6 lines
139 B
Bash
6 lines
139 B
Bash
PORT=8080
|
|
MONGO_URI=mongodb://localhost:27017
|
|
MONGO_DB_NAME=fpmb
|
|
JWT_SECRET=changeme-jwt-secret
|
|
JWT_REFRESH_SECRET=changeme-refresh-secret
|