mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Add port in .env
This commit is contained in:
parent
711aff64ec
commit
512c82c2e1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ TZ=__TIMEZONE__
|
|||
# Use http (we're behind a reverse-proxy)
|
||||
N8N_PROTOCOL=http
|
||||
N8N_LISTEN_ADDRESS=127.0.0.1
|
||||
N8N_PORT=__PORT__
|
||||
|
||||
# Use filesystem for binary data and keep it for 2 hours
|
||||
N8N_DEFAULT_BINARY_DATA_MODE=filesystem
|
||||
|
|
Loading…
Add table
Reference in a new issue