mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
refactor app.js
test not found routes
This commit is contained in:
13
.env.example
13
.env.example
@@ -1,3 +1,12 @@
|
||||
PORT=4000
|
||||
DEV_APP_PORT =
|
||||
|
||||
MONGODB_URI="mongodb://localhost/todolist"
|
||||
DEV_DB_HOST =
|
||||
DEV_DB_PORT =
|
||||
DEV_DB_NAME =
|
||||
|
||||
|
||||
TEST_APP_PORT =
|
||||
|
||||
TEST_DB_HOST =
|
||||
TEST_DB_PORT =
|
||||
TEST_DB_NAME =
|
||||
Reference in New Issue
Block a user