Basic user CR

This commit is contained in:
2024-06-21 16:10:29 +08:00
parent 50fc73713e
commit 6f378d25a1
7 changed files with 331 additions and 20 deletions

View File

@@ -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"