Files
Shogi/Shogi.UI/wwwroot/appsettings.json
Lucas Morgan 26fd955aa4 Fix claims.
Use OID instead of email for microsoft identifier.
Fix PlayerCount route.
Add created date to user table.
Create spectator icon.
2023-01-20 20:48:38 -06:00

18 lines
426 B
JSON

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