forked from railwayapp-templates/nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
32 lines (28 loc) · 1.25 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Database Connection
DATABASE_URL="sqlserver://localhost:1433;database=msc_wound_care;user=sa;password=YourStrongPassword123!;trustServerCertificate=true"
SHADOW_DATABASE_URL="sqlserver://localhost:1433;database=msc_wound_care_shadow;user=sa;password=YourStrongPassword123!;trustServerCertificate=true"
# Application Settings
PORT=3000
NODE_ENV=development
SESSION_SECRET=msc-wound-care-portal-secret-key-2025
# File Upload
MAX_FILE_SIZE=10485760 # 10MB in bytes
# n8n Integration
N8N_URL=https://primary-production-bef7.up.railway.app
N8N_API_KEY=your-n8n-api-key
N8N_ENCRYPTION_KEY=j_IOl7Rdwmm*FRi_jrKFbieN_bYhXh5s
N8N_BASIC_AUTH_USER=admin
N8N_BASIC_AUTH_PASSWORD=password
WEBHOOK_URL=https://primary-production-bef7.up.railway.app
N8N_EDITOR_BASE_URL=https://primary-production-bef7.up.railway.app
N8N_PORT=5678
# DocuSeal Integration
DOCUSEAL_URL=https://docuseal-railway-production-d8fb.up.railway.app
DOCUSEAL_API_KEY=your-docuseal-api-key
DOCUSEAL_IVR_TEMPLATE_ID=ivr_forms
DOCUSEAL_ONBOARDING_TEMPLATE_ID=onboarding_forms
DOCUSEAL_AGREEMENT_TEMPLATE_ID=agreements
DOCUSEAL_ORDER_TEMPLATE_ID=order_forms
DOCUSEAL_SECRET_KEY_BASE=docuseal-secret-key
DOCUSEAL_PROJECT_ID=15051973-727e-46e2-8188-cf053238698e
DOCUSEAL_SERVICE_ID=745a1146-a8da-4997-b9ba-6658c5c2cfc0