♻️(summary) integrate summary Docker compose into global dev tooling
Consolidate summary service into main development stack to centralize development environment management and simplify service orchestration with shared infrastructure like MinIO storage.
This commit is contained in:
committed by
aleb_the_flash
parent
1b3b9ff858
commit
67b046c9ba
14
env.d/development/summary.dist
Normal file
14
env.d/development/summary.dist
Normal file
@@ -0,0 +1,14 @@
|
||||
APP_NAME="meet-app-summary-dev"
|
||||
APP_API_TOKEN="dev-apikey"
|
||||
|
||||
AWS_STORAGE_BUCKET_NAME="meet-media-storage"
|
||||
AWS_S3_ENDPOINT_URL="minio:9000"
|
||||
AWS_S3_SECURE_ACCESS=false
|
||||
|
||||
AWS_S3_ACCESS_KEY_ID="meet"
|
||||
AWS_S3_SECRET_ACCESS_KEY="password"
|
||||
|
||||
OPENAI_API_KEY="your-openai-key"
|
||||
|
||||
WEBHOOK_API_TOKEN="secret"
|
||||
WEBHOOK_URL="https://configure-your-url.com"
|
||||
Reference in New Issue
Block a user