mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
Pull WEBHOOK and REDIS configuration from .env
This commit is contained in:
parent
653cecac6d
commit
3d628041d2
@ -1,6 +1,11 @@
|
||||
services:
|
||||
api:
|
||||
environment:
|
||||
NODE_ENV: PROD
|
||||
CHATFLUX_ENV: Production
|
||||
NEW_RELIC_APP_NAME: "Production Evolution API"
|
||||
LOG_LEVEL: "DEBUG"
|
||||
CACHE_REDIS_ENABLED: "true"
|
||||
CACHE_LOCAL_ENABLED: "false"
|
||||
WEBHOOK_EVENTS_ERRORS: "true"
|
||||
WEBHOOK_EVENTS_ERRORS_WEBHOOK: ${WEBHOOK_EVENTS_ERRORS_WEBHOOK}
|
||||
|
@ -1,6 +1,9 @@
|
||||
services:
|
||||
api:
|
||||
environment:
|
||||
NODE_ENV: PROD
|
||||
CHATFLUX_ENV: Staging
|
||||
NEW_RELIC_APP_NAME: "Staging Evolution API"
|
||||
LOG_LEVEL: "DEBUG"
|
||||
CACHE_REDIS_ENABLED: "true"
|
||||
CACHE_LOCAL_ENABLED: "false"
|
||||
|
Loading…
Reference in New Issue
Block a user