-
julian.baeume authored
Changelog: - use PROPAGATE_UPGRADES env variable to defer update events to core-ui-mw pods - set to `false` to only warm up cache - re-deploy with set to `true` to actually roll out the upgrade
julian.baeume authoredChangelog: - use PROPAGATE_UPGRADES env variable to defer update events to core-ui-mw pods - set to `false` to only warm up cache - re-deploy with set to `true` to actually roll out the upgrade
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.env.defaults 571 B
NODE_ENV=production
CACHE_TTL=30000
PORT=8080
METRICS_PORT=9090
LIGHTSHIP_PORT=9000
LOG_LEVEL=info
APP_ROOT=/
EXPOSE_API_DOCS=false
COMPRESS_FILE_SIZE=600
COMPRESS_FILE_TYPES=application/javascript application/json application/x-javascript application/xml application/xml+rss text/css text/html text/javascript text/plain text/xml image/svg+xml
PROPAGATE_UPGRADES=true
REDIS_MODE=standalone
REDIS_SENTINEL_MASTER_ID=mymaster
REDIS_DB=0
REDIS_PREFIX=ui-middleware
REDIS_HOSTS=localhost:6379
REDIS_USERNAME=
REDIS_PASSWORD=
REDIS_TLS_ENABLED=false
REDIS_TLS_CA=
ORIGINS=*