set enable conversions to false by default but enable in compse
This commit is contained in:
@@ -50,7 +50,7 @@ settings =
|
||||
# Any commands to wrap the convert utility in, for example ["nice"], or ["firejail", "--profile=/etc/firejail/convert.profile"]
|
||||
convertCommandPrefix: []
|
||||
|
||||
enableConversions: false
|
||||
enableConversions: if process.env['ENABLE_CONVERSIONS'] == 'true' then true else false
|
||||
|
||||
# Filestore health check
|
||||
# ----------------------
|
||||
|
||||
@@ -21,6 +21,7 @@ services:
|
||||
MONGO_HOST: mongo
|
||||
POSTGRES_HOST: postgres
|
||||
MOCHA_GREP: ${MOCHA_GREP}
|
||||
ENABLE_CONVERSIONS: true
|
||||
depends_on:
|
||||
- mongo
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user