Merge pull request #968 from Pythagora-io/node-express-mongoose-env

add default .env to template
This commit is contained in:
LeonOstrez
2024-05-27 21:49:27 +01:00
committed by GitHub

View File

@@ -0,0 +1,8 @@
# Port to listen on (example: 3000)
PORT=3000
# MongoDB database URL (example: mongodb://localhost/dbname)
DATABASE_URL=mongodb://localhost/myDb # INPUT_REQUIRED {insert your MongoDB url here}
# Session secret string (must be unique to your server)
SESSION_SECRET={{ random_secret }}