Added config file

This commit is contained in:
Daniel
2022-05-10 21:10:08 +04:30
parent 9a0c383e0b
commit 8e61ef9d99
8 changed files with 62 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"client": {
"api_address": "http://localhost"
},
"server": {
"port": 5000,
"mongodb_full_address": "mongodb://localhost:27017"
}
}