mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-08 12:53:50 -05:00
Merge pull request #968 from Pythagora-io/node-express-mongoose-env
add default .env to template
This commit is contained in:
8
core/templates/tpl/node_express_mongoose/.env
Normal file
8
core/templates/tpl/node_express_mongoose/.env
Normal 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 }}
|
||||
Reference in New Issue
Block a user