Supercell.GUT/Supercell.GUT.Server/appsettings.json
BreadDEV 281d2789ea [v0.1.0] database implementation
not finished. early wip state
2024-03-06 22:00:12 +07:00

10 lines
No EOL
167 B
JSON

{
"Gateway": {
"Host": "0.0.0.0",
"Port": 9339
},
"Database": {
"MongoConnectionString": "mongodb://127.0.0.1:27017",
"DatabaseName": "gut"
}
}