This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
stefan.stamenovic
/
diligent-node-api
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Connection string
pull/62/head
Djordje Djoric
3 years ago
parent
5606736953
commit
4e12919fdc
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
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"
}
Write
Preview
Loading…
Cancel
Save