11 lines
256 B
Bash
11 lines
256 B
Bash
export OPENWEATHERMAP_API_KEY=b553614cb0047997aa62ea65b5f75fbf
|
|
export WEATHER_CITY=Salem
|
|
|
|
export DB_HOST=localhost
|
|
export DB_PORT=5433
|
|
export DB_NAME=go_weather
|
|
export DB_USER=postgres
|
|
export DB_PASSWORD=postgres
|
|
|
|
export JWT_SECRET=helloiamajwtsecretmyguy
|