11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=planner
|
|
|
|
# Application
|
|
PORT=3000
|
|
NODE_ENV=development
|