11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD=your_password
|
|
DB_NAME=work_allocation
|
|
DB_PORT=3306
|
|
|
|
JWT_SECRET=your_jwt_secret_key_change_this_in_production
|
|
JWT_EXPIRES_IN=7d
|
|
|
|
PORT=3000
|