Files
Shogi/Gameboard.ShogiUI.Sockets/appsettings.json
2021-05-08 10:26:04 -05:00

16 lines
299 B
JSON

{
"AppSettings": {
"CouchDB": {
"Database": "shogi-dev",
"Url": "http://192.168.1.15:5984"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}