mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 18:12:19 +02:00
This commit is contained in:
@@ -57,6 +57,13 @@ export const EVENT_INFO = {
|
||||
* }
|
||||
*/
|
||||
export const WEBHOOK_URL = "https://n8n.hacecalor.net/webhook/event-reservation";
|
||||
/**
|
||||
* CLAVE DE AUTENTICACIÓN:
|
||||
*
|
||||
* Si activas "Header Auth" en n8n, asegúrate de que el nombre del header
|
||||
* sea "X-Webhook-Secret" y que este valor coincida con el que pongas allí.
|
||||
*/
|
||||
export const WEBHOOK_SECRET = "oWkS4cAgj0LVgIbnO3cGKTePPLnRAIAa5NTvXahx5z0=";
|
||||
|
||||
// ---- SOBRE EL EVENTO ----
|
||||
export const ABOUT_EVENT = {
|
||||
|
||||
Reference in New Issue
Block a user