|
|
|
@ -39,18 +39,15 @@ Gamma_max = 1.0;
|
|
|
|
|
// NETWORK //
|
|
|
|
|
/////////////
|
|
|
|
|
|
|
|
|
|
Application = { "open", "./client_ryzom_r.exe", "./" };
|
|
|
|
|
Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
|
|
|
|
|
BackgroundDownloader = 0;
|
|
|
|
|
StartupHost = "https://open.ryzom.dev";
|
|
|
|
|
StartupHost = "shard.ryzom.com:40916";
|
|
|
|
|
StartupPage = "/login/r2_login.php";
|
|
|
|
|
StartupVerify = 1;
|
|
|
|
|
|
|
|
|
|
ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html";
|
|
|
|
|
LoginSupportURL = "https://open.ryzom.dev/ams/";
|
|
|
|
|
NamingPolicyURL = "https://open.ryzom.dev/ams/";
|
|
|
|
|
ForgetPwdURL = "https://open.ryzom.dev/ams/";
|
|
|
|
|
InstallWebPage = "https://open.ryzom.dev/ams/";
|
|
|
|
|
StreamedPackageHosts = { "https://cdn.ryzom.dev/open/stream/" };
|
|
|
|
|
ConditionsTermsURL = "https://app.ryzom.com/app_forum/index.php?page=topic/view/21885/1&post148782=en#1";
|
|
|
|
|
LoginSupportURL = "https://app.ryzom.com/app_forum/index.php?page=topic/view/22047/1&post149889=en#1";
|
|
|
|
|
NamingPolicyURL = "https://app.ryzom.com/app_forum/index.php?page=topic/view/21885/1&post148784=en#3";
|
|
|
|
|
|
|
|
|
|
// 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
|
|
|
|
@ -601,11 +598,11 @@ ChannelIgnoreFilter =
|
|
|
|
|
|
|
|
|
|
// interval in minutes for webig notify thread to run
|
|
|
|
|
WebIgNotifInterval = 10;
|
|
|
|
|
WebIgMainDomain = "https://open.ryzom.dev";
|
|
|
|
|
WebIgMainDomain = "app.ryzom.com";
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|