Changed: Restore ryzom.com urls in client cfg

fix-media-player
Nimetu 5 years ago
parent c36faf2d61
commit c0110133d7

@ -39,18 +39,15 @@ Gamma_max = 1.0;
// NETWORK // // NETWORK //
///////////// /////////////
Application = { "open", "./client_ryzom_r.exe", "./" }; Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
BackgroundDownloader = 0; BackgroundDownloader = 0;
StartupHost = "https://open.ryzom.dev"; StartupHost = "shard.ryzom.com:40916";
StartupPage = "/login/r2_login.php"; StartupPage = "/login/r2_login.php";
StartupVerify = 1; StartupVerify = 1;
ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html"; ConditionsTermsURL = "https://app.ryzom.com/app_forum/index.php?page=topic/view/21885/1&post148782=en#1";
LoginSupportURL = "https://open.ryzom.dev/ams/"; LoginSupportURL = "https://app.ryzom.com/app_forum/index.php?page=topic/view/22047/1&post149889=en#1";
NamingPolicyURL = "https://open.ryzom.dev/ams/"; NamingPolicyURL = "https://app.ryzom.com/app_forum/index.php?page=topic/view/21885/1&post148784=en#3";
ForgetPwdURL = "https://open.ryzom.dev/ams/";
InstallWebPage = "https://open.ryzom.dev/ams/";
StreamedPackageHosts = { "https://cdn.ryzom.dev/open/stream/" };
// Full path and filename where cURL can find certificate bundle file // Full path and filename where cURL can find certificate bundle file
// cacert.pem file can be downloaded from https://curl.haxx.se/docs/caextract.html // cacert.pem file can be downloaded from https://curl.haxx.se/docs/caextract.html
@ -601,11 +598,11 @@ ChannelIgnoreFilter =
// interval in minutes for webig notify thread to run // interval in minutes for webig notify thread to run
WebIgNotifInterval = 10; WebIgNotifInterval = 10;
WebIgMainDomain = "https://open.ryzom.dev"; WebIgMainDomain = "app.ryzom.com";
WebIgTrustedDomains = { WebIgTrustedDomains = {
"open.ryzom.dev" "api.ryzom.com", "app.ryzom.com"
}; };
PatchletUrl = "https://open.ryzom.dev/app_patchlet/index.php?patch=preload"; PatchletUrl = "https://app.ryzom.com/app_patchlet/index.php?patch=preload";
SelectedSlot = 0; SelectedSlot = 0;

Loading…
Cancel
Save