apps/flow: fix n8n timezone
This commit is contained in:
parent
b9605b0ff2
commit
bd5d0efac4
|
@ -39,6 +39,7 @@ data:
|
||||||
host: "${n8n_domain}"
|
host: "${n8n_domain}"
|
||||||
port: 443
|
port: 443
|
||||||
protocol: https
|
protocol: https
|
||||||
|
generic:
|
||||||
timezone: "Europe/Berlin"
|
timezone: "Europe/Berlin"
|
||||||
|
|
||||||
# TODO Adjust n8n Mailing config
|
# TODO Adjust n8n Mailing config
|
||||||
|
|
Loading…
Reference in New Issue