Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
00d1b8dcf0
|
@ -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: ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user