11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=dataflow
|
|
DB_USER=postgres
|
|
DB_PASSWORD=your_password_here
|
|
|
|
# API Configuration
|
|
API_PORT=3000
|
|
NODE_ENV=development
|