Files
ecoconnect/server/.env.dev
2024-06-21 16:10:29 +08:00

7 lines
160 B
Plaintext

APP_PORT = 5183
CLIENT_URL = "http://localhost:5173"
DB_HOST = "hostname"
DB_PORT = 3306
DB_USER = "username"
DB_PWD = "password"
DB_NAME = "FSDP_ECOCONNECT_DB"