7 lines
157 B
Bash
7 lines
157 B
Bash
DB_API_KEY=your_db_api_key
|
|
WEATHER_API_KEY=your_weather_api_key
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=train_weather_db
|
|
DB_USER=postgres
|
|
DB_PASSWORD=password |