11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=quoteuser
|
|
DB_PASSWORD=your_secure_password_here
|
|
DB_NAME=quotes_db
|
|
|
|
# Server Configuration
|
|
PORT=3000
|
|
NODE_ENV=production
|