mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Change subpath in .env file too
This commit is contained in:
parent
b2d796c9ec
commit
ec12ed745b
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ N8N_BASIC_AUTH_ACTIVE=true
|
||||||
N8N_BASIC_AUTH_USER=__ADMIN__
|
N8N_BASIC_AUTH_USER=__ADMIN__
|
||||||
N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
|
N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
|
||||||
|
|
||||||
|
# The path n8n is deployed to.
|
||||||
|
N8N_PATH=__PATH__/
|
||||||
|
|
||||||
# Optional timezone to set which gets used by Cron-Node by default
|
# Optional timezone to set which gets used by Cron-Node by default
|
||||||
# If not set New York time will be used
|
# If not set New York time will be used
|
||||||
GENERIC_TIMEZONE=__TIMEZONE__
|
GENERIC_TIMEZONE=__TIMEZONE__
|
||||||
|
|
Loading…
Add table
Reference in a new issue