diff --git a/LaunchServer/resources/launchserver/defaults/config.cfg b/LaunchServer/resources/launchserver/defaults/config.cfg index 779d521..e098f6e 100644 --- a/LaunchServer/resources/launchserver/defaults/config.cfg +++ b/LaunchServer/resources/launchserver/defaults/config.cfg @@ -7,8 +7,8 @@ # Ссылки на зеркала mirrors: [ - # "https://mirror.example.tld/launcher", - "https://mirror.keeperjerry.ru/launcher/v1/" + "https://mirror.keeperjerry.ru/launcher/v1/", + "https://mirror.keeperjerry.ru/launcher/v1-non-official/" ]; # Лимит на авторизацию / защита от брутфорса diff --git a/Launcher/runtime/config.js b/Launcher/runtime/config.js index 17b7520..b48aa96 100644 --- a/Launcher/runtime/config.js +++ b/Launcher/runtime/config.js @@ -5,7 +5,7 @@ icons: [ "favicon.png" ], // Window icon paths // Auth config - newsURL: "https://launcher-sashok724.keeperjerry.ru/", // News WebView URL + newsURL: "https://launcher.keeperjerry.ru/", // News WebView URL linkText: "Забыли пароль?", // Text for link under "Auth" button linkURL: new java.net.URL("https://mirror.keeperjerry.ru/"), // URL for link under "Auth" button