Supercell.GUT/Supercell.GUT.Server/appsettings.json

10 lines
167 B
JSON
Raw Normal View History

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