Update appsettings.Example.json

This commit is contained in:
neobenedict 2023-03-26 00:01:52 +00:00 committed by GitHub
parent bac8dc6a3e
commit 5b62326ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@
"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",
"Proxy": "",
"Endpoint": "https://MY_DOMAIN_HERE/game",
"MaxThreads": 20,
"Version": 110,
"Type": "master"
},
"MagiRecoNodes": {
"*": "https://walpurgisnacht.rayshift.io/game"
"*": "https://MY_DOMAIN_HERE/game"
}
}