Add config options for mongo auth and server port
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
PAYLOAD_SECRET=
|
||||
MONGODB_HOST=localhost
|
||||
MONGODB_DB=summer-dci
|
||||
MONGODB_USER=
|
||||
MONGODB_PASS=
|
||||
LISTEN_PORT=3000
|
||||
Reference in New Issue
Block a user