diff --git a/conf/.env b/conf/.env index 284def8..4dc66d7 100644 --- a/conf/.env +++ b/conf/.env @@ -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__