Add playbooks/templates/n8n.env.j2
This commit is contained in:
parent
a31914a86f
commit
e0666ea904
1 changed files with 23 additions and 0 deletions
23
playbooks/templates/n8n.env.j2
Normal file
23
playbooks/templates/n8n.env.j2
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
N8N_HOST={{ n8n_url }}
|
||||||
|
N8N_PROTOCOL=https
|
||||||
|
N8N_PORT=5678
|
||||||
|
WEBHOOK_URL=https://{{ n8n_url }}/
|
||||||
|
|
||||||
|
GENERIC_TIMEZONE=America/New_York
|
||||||
|
TZ=America/New_York
|
||||||
|
|
||||||
|
DB_TYPE=postgresdb
|
||||||
|
DB_POSTGRESDB_HOST=postgres
|
||||||
|
DB_POSTGRESDB_PORT=5432
|
||||||
|
DB_POSTGRESDB_DATABASE=n8n
|
||||||
|
DB_POSTGRESDB_USER=n8n
|
||||||
|
DB_POSTGRESDB_PASSWORD={{ n8n_postgres_password }}
|
||||||
|
|
||||||
|
N8N_ENCRYPTION_KEY={{ n8n_encryption_key }}
|
||||||
|
|
||||||
|
N8N_BASIC_AUTH_ACTIVE=false
|
||||||
|
N8N_USER_MANAGEMENT_DISABLED=false
|
||||||
|
|
||||||
|
EXECUTIONS_DATA_PRUNE=true
|
||||||
|
EXECUTIONS_DATA_MAX_AGE=168
|
||||||
|
EXECUTIONS_DATA_PRUNE_MAX_COUNT=10000
|
||||||
Loading…
Add table
Add a link
Reference in a new issue