7 lines
166 B
Bash
7 lines
166 B
Bash
# PostgreSQL database configuration
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=5432
|
|
DATABASE_USER=postgres
|
|
DATABASE_PASSWORD=your_password_here
|
|
DATABASE_NAME=weather_data
|