diff --git a/KamihamaWeb/appsettings.Example.json b/KamihamaWeb/appsettings.Example.json index 972a387..1e330ad 100644 --- a/KamihamaWeb/appsettings.Example.json +++ b/KamihamaWeb/appsettings.Example.json @@ -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" } }