12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
|
|
# Database Configuration
|
||
|
|
# IMPORTANT: Update DB_PASSWORD with your actual PostgreSQL password
|
||
|
|
DB_HOST=localhost
|
||
|
|
DB_PORT=5432
|
||
|
|
DB_NAME=sankofa
|
||
|
|
DB_USER=postgres
|
||
|
|
DB_PASSWORD=YOUR_ACTUAL_DATABASE_PASSWORD_HERE
|
||
|
|
|
||
|
|
# Application Configuration
|
||
|
|
NODE_ENV=development
|
||
|
|
PORT=4000
|