Create appsettings.Example.json

This commit is contained in:
neobenedict 2023-03-25 23:45:44 +00:00 committed by GitHub
parent 2009103999
commit ae44bb4aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MagiRecoServer": {
"AssetVersion": "asset_config.json",
"AssetBase": "https://android.magi-reco.com/magica/resource/download/asset/master/",
"CacheDirectory": "FileCache",
"Proxy": "10.10.0.1:46907",
"Endpoint": "https://walpurgisnacht.rayshift.io/game",
"MaxThreads": 20,
"Version": 110,
"Type": "master"
},
"MagiRecoNodes": {
"*": "https://walpurgisnacht.rayshift.io/game"
}
}