This commit is contained in:
lizandrogd
2026-01-20 22:33:39 -05:00
parent 648a6c0291
commit f222df40cd
10 changed files with 86 additions and 5 deletions
+3
View File
@@ -53,6 +53,9 @@ define('WHATSAPP_PHONE_NUMBER_ID', env('WHATSAPP_PHONE_NUMBER_ID', 'TU_PHONE_ID_
define('WHATSAPP_API_URL', env('WHATSAPP_API_URL', 'https://graph.facebook.com/v22.0/'));
define('WEBHOOK_VERIFY_TOKEN', env('WEBHOOK_VERIFY_TOKEN', 'mi_token_secreto_123'));
// Auto-approve templates: Si está activado, las plantillas creadas localmente se marcarán como 'approved' automáticamente
define('AUTO_APPROVE_TEMPLATES', filter_var(env('AUTO_APPROVE_TEMPLATES', 'false'), FILTER_VALIDATE_BOOLEAN));
// Configuración general
define('APP_NAME', env('APP_NAME', 'WhatsApp Bot System'));
define('APP_VERSION', env('APP_VERSION', '1.0.0'));