unwrap booleans
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-11-15 22:56:27 +03:00
parent 0fa2dac744
commit 00d1b8dcf0

View File

@ -1,5 +1,5 @@
config:
debug: "false"
debug: false
db_type: postgresdb
postgres:
database: n8n
@ -14,10 +14,10 @@ config:
executions:
process: main
data:
prune: 'true'
prune: true
max_age: 8760
diagnostics:
enabled: 'false'
enabled: false
node:
function:
allow:
@ -25,7 +25,7 @@ config:
external: '*'
redis:
enabled: 'false'
enabled: false
existingSecret: ""