All the code
This commit is contained in:
17
Gameboard.ShogiUI.Sockets/appsettings.json
Normal file
17
Gameboard.ShogiUI.Sockets/appsettings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"AppSettings": {
|
||||
"IdentityServer": "https://identity.lucaserver.space/",
|
||||
"GameboardShogiApi": "https://api.lucaserver.space/Gameboard.Shogi.Api/",
|
||||
"ClientId": "DevClientId",
|
||||
"ClientSecret": "DevSecret",
|
||||
"Scope": "DevEnvironment"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user