Files
Shogi/Shogi.UI/wwwroot/appsettings.json

19 lines
527 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AzureAd": {
"Authority": "https://login.microsoftonline.com/common",
"ClientId": "935df672-efa6-45fa-b2e8-b76dfd65a122",
"ValidateAuthority": true,
"Scopes": [
"api://c1e94676-cab0-42ba-8b6c-9532b8486fff/DefaultScope"
]
},
"ShogiApiUrl2": "https://localhost:5001",
"ShogiApiUrl": "https://api.lucaserver.space/Shogi.Api/",
"SocketUrl": "wss://api.lucaserver.space/Shogi.Api/",
"SocketUrl2": "wss://localhost:5001"
}