1 Commits

Author SHA1 Message Date
00d1b8dcf0 unwrap booleans
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-15 22:56:27 +03:00

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: ""