mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-07 23:14:58 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
11
roles/n8n/templates/env.j2
Normal file
11
roles/n8n/templates/env.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
N8N_CONFIG_FILES={{ n8n_root_dir }}/etc/n8n.json
|
||||
N8N_USER_FOLDER={{ n8n_root_dir }}/data
|
||||
WEBHOOK_TUNNEL_URL={{ n8n_public_url }}
|
||||
VUE_APP_URL_BASE_API={{ n8n_public_url }}
|
||||
N8N_ENCRYPTION_KEY={{ n8n_secret_key | quote }}
|
||||
EXECUTIONS_DATA_PRUNE=true
|
||||
EXECUTIONS_DATA_MAX_AGE={{ n8n_data_max_age }}
|
||||
N8N_CUSTOM_EXTENSIONS={{ n8n_root_dir }}/.n8n/custom
|
||||
{% for env in n8n_env_var.keys() | list %}
|
||||
{{ env }}={{ n8n_env_var[env] }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user