Add .envtemplate and update readme
This commit is contained in:
7
backend/.envtemplate
Normal file
7
backend/.envtemplate
Normal file
@@ -0,0 +1,7 @@
|
||||
PORT=5000 #port for the app
|
||||
MONGODB_URI= #URI for the mongodb connection (mongodb://localhost:27017/recipe-management)
|
||||
MONGODB_USERNAME=admin #username for the mongodb connection
|
||||
MONGODB_PASSWORD= #password for the mongodb connection
|
||||
MONGODB_PORT=27017 #port for the mongodb connection
|
||||
MONGODB_DATABASE=recipe-management #database for the mongodb connection
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production #jwt secret for the app
|
||||
Reference in New Issue
Block a user