Append to own production.yaml and remove log because level is default (and you will get an error if you try to override this in your own production.yaml
This commit is contained in:
parent
b959bb0812
commit
2cae00315c
1 changed files with 1 additions and 4 deletions
|
@ -37,7 +37,7 @@ else
|
|||
echo 'Info: Generating application/production.yaml'
|
||||
|
||||
# Basic configuration
|
||||
cat > server/config/production.yaml <<EOT
|
||||
cat >> server/config/production.yaml <<EOT
|
||||
www:
|
||||
host: 0.0.0.0
|
||||
proxy: $WWW_PROXY
|
||||
|
@ -56,9 +56,6 @@ redis:
|
|||
enabled: true
|
||||
host: $REDIS_HOST
|
||||
|
||||
log:
|
||||
level: info
|
||||
|
||||
builtinZoneMTA:
|
||||
log:
|
||||
level: warn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue