mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 14:15:28 +00:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
# Production Environment Variables
|
|
# Copy this file to .env.prod and update the values
|
|
|
|
# Database Configuration
|
|
POSTGRES_DB=cactoide_production
|
|
POSTGRES_USER=cactoide_prod
|
|
POSTGRES_PASSWORD=your_secure_password_here
|
|
|
|
# App Configuration
|
|
NODE_ENV=production
|
|
PORT=3000
|