Dominion/.env.example

21 lines
724 B
Text
Raw Normal View History

2026-08-07 09:48:18 +00:00
# Server Container Configuration (Internal application listener)
2026-08-07 09:28:35 +00:00
PORT=3000
NODE_ENV=production
2026-08-07 08:06:39 +00:00
2026-08-07 09:48:18 +00:00
# PostgreSQL Database Configuration
2026-08-07 09:38:37 +00:00
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
2026-08-07 10:35:45 +00:00
# SMTP Email Configuration (Environment Variable Overrides)
2026-08-07 09:28:35 +00:00
# SMTP_HOST=smtp.gmail.com
# SMTP_PORT=587
2026-08-07 10:35:45 +00:00
# SMTP_USER=alerts@networkbank.com
# SMTP_PASS=your_secret_smtp_password
# SMTP_FROM="Balance Sheet Portal <noreply@networkbank.com>"
# SMTP_USE_TLS=true
2026-08-10 05:14:28 +00:00
# OpenAI API Key for Quantum Balance Sheet Network AI Recommendations
OPENAI_API_KEY=