Browse Source

Connection string

pull/62/head
Djordje Djoric 3 years ago
parent
commit
4e12919fdc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/config/default.json

+ 2
- 1
src/config/default.json View File

@@ -1,4 +1,5 @@
{
"Test": "Diligent",
"Connection": "mongodb://127.0.0.1:27017/trampa-dev"
"Connection": "mongodb://127.0.0.1:27017/trampa-dev",
"NODE_ENV": "development"
}

Loading…
Cancel
Save