add default .env to template

This commit is contained in:
Senko Rasic
2024-05-27 19:42:05 +02:00
parent 49cb71121c
commit c9589600b2

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 }}