20 lines
528 B
JSON
20 lines
528 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"
|
|
]
|
|
},
|
|
"ShogiApiUrl": "https://api.lucaserver.space/Shogi.Api/",
|
|
"SocketUrl": "wss://api.lucaserver.space/Shogi.Api/",
|
|
|
|
"ShogiApiUrl2": "https://localhost:5001",
|
|
"SocketUrl2": "wss://localhost:5001"
|
|
} |