squash a bunch of commits
This commit is contained in:
19
Shogi.UI/wwwroot/appsettings.json
Normal file
19
Shogi.UI/wwwroot/appsettings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AzureAd": {
|
||||
"ClientId": "935df672-efa6-45fa-b2e8-b76dfd65a122",
|
||||
"Authority": "https://login.microsoftonline.com/common",
|
||||
"ValidateAuthority": true,
|
||||
"Scopes": [
|
||||
"api://c1e94676-cab0-42ba-8b6c-9532b8486fff/DefaultScope"
|
||||
]
|
||||
},
|
||||
"ShogiApiUrl2": "https://api.lucaserver.space/Shogi.Sockets/",
|
||||
"SocketUrl2": "wss://api.lucaserver.space/Shogi.Sockets/",
|
||||
"ShogiApiUrl": "https://localhost:5001",
|
||||
"SocketUrl": "wss://localhost:5001"
|
||||
}
|
||||
Reference in New Issue
Block a user