mirror of
https://github.com/balena-io/open-balena.git
synced 2025-03-25 21:38:33 +00:00
Set PRODUCTION_MODE true
PRODUCTION_MODE is a legacy feature and required deprecation (we don't fully understand what it does now and what it was originally intended to do). change-type: patch
This commit is contained in:
parent
ebf0ea55c5
commit
2522cf6111
@ -26,7 +26,7 @@ x-default-environment: &default-environment
|
||||
DB_PASSWORD: docker
|
||||
DB_USER: docker
|
||||
LOG_LEVEL: DEBUG
|
||||
PRODUCTION_MODE: 'false'
|
||||
PRODUCTION_MODE: 'true'
|
||||
|
||||
x-default-healthcheck-trait: &with-default-healthcheck
|
||||
healthcheck:
|
||||
|
Loading…
x
Reference in New Issue
Block a user