add auth to backend and frontend
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user