mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Implement WEBHOOK_URL in environment file
This commit is contained in:
parent
6c7b46bcd6
commit
8d9cc8ee9e
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ N8N_BASIC_AUTH_PASSWORD=__PASSWORD__
|
|||
# The path n8n is deployed to.
|
||||
N8N_PATH=__PATH__/
|
||||
|
||||
# Actual public address, especially useful for external tools connecting to n8n
|
||||
WEBHOOK_URL=https://__DOMAIN____PATH__
|
||||
|
||||
# Optional timezone to set which gets used by Cron-Node by default
|
||||
# If not set New York time will be used
|
||||
GENERIC_TIMEZONE=__TIMEZONE__
|
||||
|
|
Loading…
Reference in a new issue