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