6 lines
330 B
Plaintext
6 lines
330 B
Plaintext
PORT=5000 #port for the app
|
|
MONGODB_HOST=localhost #host for the mongodb connection (localhost for local and mongodb for docker)
|
|
MONGODB_PORT=27017 #port for the mongodb connection
|
|
MONGODB_DATABASE=scoffer #database for the mongodb connection
|
|
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production #jwt secret for the app
|