Files
go-weather/.env.local
T
2026-02-24 10:42:36 -05:00

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