17 lines
437 B
JSON
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": "*"
|
|
} |