Basic user CR
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
APP_PORT = 5183
|
||||
CLIENT_URL = "http://localhost:5173"
|
||||
CLIENT_URL = "http://localhost:5173"
|
||||
DB_HOST = "hostname"
|
||||
DB_PORT = 3306
|
||||
DB_USER = "username"
|
||||
DB_PWD = "password"
|
||||
DB_NAME = "FSDP_ECOCONNECT_DB"
|
||||
Reference in New Issue
Block a user