Skip to content

Commit b2ea317

Browse files
Include basic .env file
1 parent e7f42f6 commit b2ea317

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DB_URI="mongodb://<user>:<pass>@localhost/<dbname>"
2+
DB_HOST=localhost
3+
DB_PORT=27017
4+
cookie_password='jfkdjfsklfjkfsjksfjkfsjkfjsjlsfsecret'
5+
cookie_name='lkjflkdjfjlskfkjdkjfklsjfsklsfjklfs'
6+
db=mongodb://localhost/pointsOfInterest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea
22
node_modules
3-
.env
43
db
54
public/db

0 commit comments

Comments
 (0)