|
|
@ -44,3 +44,8 @@ n8n_public_url: http://{{ inventory_hostname }}:{{ n8n_port }}/ |
|
|
|
|
|
|
|
|
|
|
|
# A secret key used to encrypt data in the DB. A random one is created is not defined here |
|
|
|
# A secret key used to encrypt data in the DB. A random one is created is not defined here |
|
|
|
# n8n_secret_key: p@ssW0rd |
|
|
|
# n8n_secret_key: p@ssW0rd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If enabled, the systemd unit will have ProtectSystem=yes |
|
|
|
|
|
|
|
# This is recommended most of the time, but there are cases where you might want n8n to |
|
|
|
|
|
|
|
# be able to write under /usr |
|
|
|
|
|
|
|
n8n_protect_system: True |
|
|
|