Formatting

This commit is contained in:
pazpi 2025-12-03 16:08:06 +01:00
parent b6b2774414
commit ce9f9d17cb
2 changed files with 6 additions and 1 deletions

View file

@ -62,7 +62,8 @@ in
GENERIC_TIMEZONE = "Europe/Rome";
N8N_PROTOCOL = "https";
WEBHOOK_URL = "https://${cfg.proxy.subdomain}.${cfg.proxy.domain}/";
} // cfg.environment;
}
// cfg.environment;
};
})