Files
Shogi/Gameboard.ShogiUI.Sockets/appsettings.json
Lucas Morgan 2c8e692d38 Upgrade to .net 5
Address breaking changes from Shogi.API nuget
2021-01-23 18:11:19 -06:00

17 lines
437 B
JSON

{
"AppSettings": {
"IdentityServer": "https://identity.lucaserver.space/",
"GameboardShogiApi": "https://dev.lucaserver.space/Gameboard.Shogi.Api/",
"ClientId": "DevClientId",
"ClientSecret": "DevSecret",
"Scope": "DevEnvironment"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}