Adjust default config

ryzomclassic-develop
Jan Boon 5 years ago
parent b0fdfaeca9
commit 2ad1b76886

@ -39,21 +39,20 @@ Gamma_max = 1.0;
// NETWORK // // NETWORK //
///////////// /////////////
Application = { "ryzom_open", "./client_ryzom_r.exe", "./" }; Application = { "classic", "./client_ryzom_r.exe", "./" };
BackgroundDownloader = 0; BackgroundDownloader = 0;
SignUpURL = "https://open.ryzom.dev/ams/?page=register"; SignUpURL = "https://classic.ryzom.dev/ams/?page=register";
StartupHost = "https://open.ryzom.dev"; StartupHost = "https://classic.ryzom.dev";
StartupPage = "/login/r2_login.php"; StartupPage = "/login/r2_login.php";
StartupVerify = 1; StartupVerify = 1;
InstallStatsUrl = "https://classic.ryzom.dev/stats/stats.php";
InstallStatsUrl = "https://open.ryzom.dev/stats/stats.php"; CreateAccountURL = "https://classic.ryzom.dev/ams/?page=register";
CreateAccountURL = "https://open.ryzom.dev/ams/?page=register"; EditAccountURL = "https://classic.ryzom.dev/ams/?page=settings";
EditAccountURL = "https://open.ryzom.dev/ams/?page=settings";
ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html"; ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html";
ForgetPwdURL = "https://open.ryzom.dev/ams/?page=forgot_password"; ForgetPwdURL = "https://classic.ryzom.dev/ams/";
LoginSupportURL = "https://open.ryzom.dev/ams/"; LoginSupportURL = "https://classic.ryzom.dev/ams/";
NamingPolicyURL = "https://open.ryzom.dev/ams/"; NamingPolicyURL = "https://classic.ryzom.dev/ams/";
InstallWebPage = ""; InstallWebPage = "https://classic.ryzom.dev/ams/";
// 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
@ -593,19 +592,19 @@ ScenarioLanguages = {"fr","de","en","other_lang"};
// Map each language to a forum help page // Map each language to a forum help page
HelpPages = HelpPages =
{ {
"fr=http://forums.ryzom.com/forum/showthread.php?t=29130", "fr=https://classic.ryzom.dev/ams/",
"en=http://forums.ryzom.com/forum/showthread.php?t=29129", "en=https://classic.ryzom.dev/ams/",
"wk=http://forums.ryzom.com/forum/showthread.php?t=29129", "wk=https://classic.ryzom.dev/ams/",
"de=http://forums.ryzom.com/forum/showthread.php?t=29131", "de=https://classic.ryzom.dev/ams/",
"es=http://forums.ryzom.com/forum/showthread.php?t=29129", "es=https://classic.ryzom.dev/ams/",
"ru=http://forums.ryzom.com/forum/showthread.php?t=29129" "ru=https://classic.ryzom.dev/ams/"
}; };
// interval in minutes for webig notify thread to run // interval in minutes for webig notify thread to run
WebIgNotifInterval = 10; WebIgNotifInterval = 0;
WebIgMainDomain = "https://open.ryzom.dev"; WebIgMainDomain = "https://classic.ryzom.dev";
WebIgTrustedDomains = { WebIgTrustedDomains = {
"open.ryzom.dev" "classic.ryzom.dev"
}; };
SelectedSlot = 0; SelectedSlot = 0;

Loading…
Cancel
Save