squash a bunch of commits

This commit is contained in:
2022-10-30 12:03:16 -05:00
parent 09b72c1858
commit 93027e8c57
222 changed files with 6157 additions and 3201 deletions

View 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"
}