Compare commits
2 Commits
c73d3f5bf0
...
116df7a3d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
116df7a3d7 | ||
|
|
3974eaf7d4 |
@@ -36,6 +36,13 @@ x-common-env: &common-env
|
|||||||
APP_WORK_DIR: /data/work
|
APP_WORK_DIR: /data/work
|
||||||
CORS_ALLOWED_ORIGINS: ${CORS_ALLOWED_ORIGINS:-http://localhost:5273,http://localhost:4173}
|
CORS_ALLOWED_ORIGINS: ${CORS_ALLOWED_ORIGINS:-http://localhost:5273,http://localhost:4173}
|
||||||
API_KEY: ${API_KEY:-}
|
API_KEY: ${API_KEY:-}
|
||||||
|
INGEST_API_KEY: ${INGEST_API_KEY:-}
|
||||||
|
# Dispatch participant (D4 bus): values come from the gitignored .env.
|
||||||
|
DISPATCH_ENABLED: ${DISPATCH_ENABLED:-false}
|
||||||
|
DISPATCH_API_URL: ${DISPATCH_API_URL:-}
|
||||||
|
DISPATCH_API_KEY: ${DISPATCH_API_KEY:-}
|
||||||
|
DISPATCH_PARTICIPANT_CODE: ${DISPATCH_PARTICIPANT_CODE:-legacyhub}
|
||||||
|
DISPATCH_TIMEOUT_SECONDS: ${DISPATCH_TIMEOUT_SECONDS:-5}
|
||||||
|
|
||||||
# Module-contract isolation: data services live on the internal-only
|
# Module-contract isolation: data services live on the internal-only
|
||||||
# legacyhub_db network (the same name docker-compose.teamhub.yml uses, so the
|
# legacyhub_db network (the same name docker-compose.teamhub.yml uses, so the
|
||||||
|
|||||||
Reference in New Issue
Block a user