11 lines
206 B
Bash
11 lines
206 B
Bash
VITE_API_URL=http://localhost:5000
|
|
|
|
PORT=5000
|
|
CLIENT_URL=http://localhost:5173
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_NAME=secondtech_market
|
|
JWT_SECRET=ganti_dengan_secret_yang_panjang
|