1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Merge pull request #11 from YunoHost-Apps/webhook_url

Implement WEBHOOK_URL in environment file
This commit is contained in:
Florent 2021-12-12 15:16:04 +01:00 committed by GitHub
commit 78ced9bb16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__