12 lines
171 B
Bash
12 lines
171 B
Bash
DB_HOST=localhost
|
|
DB_USER=rodax
|
|
DB_PASSWORD=rodax
|
|
DB_NAME=uecko_erp
|
|
DB_PORT=3306
|
|
|
|
PORT=3002
|
|
|
|
JWT_SECRET=supersecretkey
|
|
JWT_ACCESS_EXPIRATION=1h
|
|
JWT_REFRESH_EXPIRATION=7d
|