backend: Login/Inscription
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
HOST = "http://localhost:8080"
|
||||
OpenWeatherMap_API_KEY = ""
|
||||
DB_HOST = ""
|
||||
DB_NAME = ""
|
||||
DB_USER = ""
|
||||
DB_PASS = ""
|
||||
DB_PASS = ""
|
||||
JWT_SECRET = ""
|
||||
EMAIL_HOST = ""
|
||||
EMAIL_USER = ""
|
||||
EMAIL_PASSWORD = ""
|
Reference in New Issue
Block a user