VEGAS/api: WEBHOOK_URL -> webhookUrl

This commit is contained in:
Max Headroom 2023-12-02 19:27:36 +01:00
parent 6f54fa16ca
commit 28d2e668f7

View file

@ -13,6 +13,7 @@ in
services.n8n = { services.n8n = {
enable = true; enable = true;
webhookUrl = "https://${apiAddr}";
settings = { settings = {
inherit (config.links.api) port; inherit (config.links.api) port;
}; };
@ -22,7 +23,6 @@ in
N8N_LISTEN_ADDRESS = "127.0.0.1"; N8N_LISTEN_ADDRESS = "127.0.0.1";
N8N_ENDPOINT_WEBHOOK = "api"; N8N_ENDPOINT_WEBHOOK = "api";
N8N_ENDPOINT_WEBHOOK_TEST = "test"; N8N_ENDPOINT_WEBHOOK_TEST = "test";
WEBHOOK_URL = "https://${apiAddr}";
}; };
services.nginx.virtualHosts."${apiAddr}" = lib.recursiveUpdate proxy { services.nginx.virtualHosts."${apiAddr}" = lib.recursiveUpdate proxy {