diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg index a55d6fac0..59d51c36c 100644 --- a/code/ryzom/client/client_default.cfg +++ b/code/ryzom/client/client_default.cfg @@ -39,27 +39,26 @@ Gamma_max = 1.0; // NETWORK // ///////////// -Application = { "ryzom_open", "./client_ryzom_r.exe", "./" }; +Application = { "classic", "./client_ryzom_r.exe", "./" }; BackgroundDownloader = 0; -SignUpURL = "https://open.ryzom.dev/ams/?page=register"; -StartupHost = "https://open.ryzom.dev"; +SignUpURL = "https://classic.ryzom.dev/ams/?page=register"; +StartupHost = "https://classic.ryzom.dev"; StartupPage = "/login/r2_login.php"; StartupVerify = 1; - -InstallStatsUrl = "https://open.ryzom.dev/stats/stats.php"; -CreateAccountURL = "https://open.ryzom.dev/ams/?page=register"; -EditAccountURL = "https://open.ryzom.dev/ams/?page=settings"; +InstallStatsUrl = "https://classic.ryzom.dev/stats/stats.php"; +CreateAccountURL = "https://classic.ryzom.dev/ams/?page=register"; +EditAccountURL = "https://classic.ryzom.dev/ams/?page=settings"; ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html"; -ForgetPwdURL = "https://open.ryzom.dev/ams/?page=forgot_password"; -LoginSupportURL = "https://open.ryzom.dev/ams/"; -NamingPolicyURL = "https://open.ryzom.dev/ams/"; -InstallWebPage = ""; +ForgetPwdURL = "https://classic.ryzom.dev/ams/"; +LoginSupportURL = "https://classic.ryzom.dev/ams/"; +NamingPolicyURL = "https://classic.ryzom.dev/ams/"; +InstallWebPage = "https://classic.ryzom.dev/ams/"; // 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 // and added to client data path or system specific bundle can be used // Ubuntu has "/etc/ssl/certs/ca-certificates.crt" -//CurlCABundle = "cacert.pem"; +// CurlCABundle = "cacert.pem"; //////////////// // INTERFACES // @@ -593,19 +592,19 @@ ScenarioLanguages = {"fr","de","en","other_lang"}; // Map each language to a forum help page HelpPages = { - "fr=http://forums.ryzom.com/forum/showthread.php?t=29130", - "en=http://forums.ryzom.com/forum/showthread.php?t=29129", - "wk=http://forums.ryzom.com/forum/showthread.php?t=29129", - "de=http://forums.ryzom.com/forum/showthread.php?t=29131", - "es=http://forums.ryzom.com/forum/showthread.php?t=29129", - "ru=http://forums.ryzom.com/forum/showthread.php?t=29129" + "fr=https://classic.ryzom.dev/ams/", + "en=https://classic.ryzom.dev/ams/", + "wk=https://classic.ryzom.dev/ams/", + "de=https://classic.ryzom.dev/ams/", + "es=https://classic.ryzom.dev/ams/", + "ru=https://classic.ryzom.dev/ams/" }; // interval in minutes for webig notify thread to run -WebIgNotifInterval = 10; -WebIgMainDomain = "https://open.ryzom.dev"; +WebIgNotifInterval = 0; +WebIgMainDomain = "https://classic.ryzom.dev"; WebIgTrustedDomains = { - "open.ryzom.dev" + "classic.ryzom.dev" }; SelectedSlot = 0;