2026-08-07 09:28:35 +00:00
|
|
|
# Server Configuration
|
|
|
|
|
PORT=3000
|
|
|
|
|
NODE_ENV=production
|
2026-08-07 08:06:39 +00:00
|
|
|
|
2026-08-07 09:38:37 +00:00
|
|
|
# PostgreSQL Connection String (Coolify / Managed Postgres / Docker)
|
|
|
|
|
DATABASE_URL=postgresql://postgres:postgres_secure_pass_2026@postgres:5432/balance_sheet_db
|
|
|
|
|
POSTGRES_PASSWORD=postgres_secure_pass_2026
|
|
|
|
|
|
|
|
|
|
# Fallback File Storage Path (Used if DATABASE_URL is omitted or offline)
|
2026-08-07 09:28:35 +00:00
|
|
|
DATA_PATH=/app/data/portal-data.json
|
|
|
|
|
|
|
|
|
|
# Optional SMTP Email Configuration (If using real SMTP server)
|
|
|
|
|
# SMTP_HOST=smtp.gmail.com
|
|
|
|
|
# SMTP_PORT=587
|
|
|
|
|
# SMTP_USER=your-email@domain.com
|
|
|
|
|
# SMTP_PASS=your-app-password
|
|
|
|
|
# SMTP_FROM="Balance Sheet Portal <noreply@domain.com>"
|