Use OID instead of email for microsoft identifier. Fix PlayerCount route. Add created date to user table. Create spectator icon.
18 lines
426 B
JSON
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"
|
|
} |