Config improvements

This commit is contained in:
Daniel
2022-05-11 13:53:24 +04:30
parent 83e6fb20b9
commit 92b4eea347
2 changed files with 13 additions and 7 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
},
"server": {
"port": 5000,
"mongodb_full_address": "mongodb://localhost:27017"
"mongodb_full_address": "mongodb://localhost:27017",
"database_name": "sample_db",
"collection_name": "list"
}
}