Proper defaults for public Ryzom Core 4 shard

merge/2021-11-19
kaetemi 3 years ago
parent a81fcd105a
commit 088171a589
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -94,14 +94,14 @@ RYZOM_SETUP_PREFIX_PATHS()
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Default values for URL's # Default values for URL's
SET(RYZOM_CLIENT_CREATE_ACCOUNT_URL "https://open.ryzom.dev/ams/" CACHE STRING "Ryzom Client Create Account URL") SET(RYZOM_CLIENT_CREATE_ACCOUNT_URL "https://core.ryzom.dev/ams/" CACHE STRING "Ryzom Client Create Account URL")
SET(RYZOM_CLIENT_EDIT_ACCOUNT_URL "https://open.ryzom.dev/ams/" CACHE STRING "Ryzom Client Edit Account URL") SET(RYZOM_CLIENT_EDIT_ACCOUNT_URL "https://core.ryzom.dev/ams/" CACHE STRING "Ryzom Client Edit Account URL")
SET(RYZOM_CLIENT_FORGET_PASSWORD_URL "https://open.ryzom.dev/ams/" CACHE STRING "Ryzom Client Forget Password URL") SET(RYZOM_CLIENT_FORGET_PASSWORD_URL "https://core.ryzom.dev/ams/" CACHE STRING "Ryzom Client Forget Password URL")
SET(RYZOM_CLIENT_PATCH_URL "https://cdn.ryzom.dev/open/patch/" CACHE STRING "Ryzom Client Patch URL") SET(RYZOM_CLIENT_PATCH_URL "https://cdn.ryzom.dev/core4/patch/" CACHE STRING "Ryzom Client Patch URL")
SET(RYZOM_CLIENT_APP_NAME "default") SET(RYZOM_CLIENT_APP_NAME "core4")
SET(RYZOM_CLIENT_RELEASENOTES_URL "https://open.ryzom.dev/releasenotes/index.php" CACHE STRING "Ryzom Client Release Notes URL") SET(RYZOM_CLIENT_RELEASENOTES_URL "https://core4.ryzom.dev/releasenotes/index.php" CACHE STRING "Ryzom Client Release Notes URL")
SET(RYZOM_CLIENT_RELEASENOTES_RING_URL "https://open.ryzom.dev/releasenotes_ring/index.php" CACHE STRING "Ryzom Client Release Notes URL") SET(RYZOM_CLIENT_RELEASENOTES_RING_URL "https://core4.ryzom.dev/releasenotes_ring/index.php" CACHE STRING "Ryzom Client Release Notes URL")
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# urls when compiling ryzom live client # urls when compiling ryzom live client

@ -39,21 +39,21 @@ Gamma_max = 1.0;
// NETWORK // // NETWORK //
///////////// /////////////
Application = { "classic", "./client_ryzom_r.exe", "./" }; Application = { "core4", "./client_ryzom_r.exe", "./" };
BackgroundDownloader = 0; BackgroundDownloader = 0;
SignUpURL = "https://classic.ryzom.dev/ams/?page=register"; SignUpURL = "https://core.ryzom.dev/ams/?page=register";
StartupHost = "https://classic.ryzom.dev"; StartupHost = "https://core.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://core.ryzom.dev/stats/stats.php";
CreateAccountURL = "https://classic.ryzom.dev/ams/?page=register"; CreateAccountURL = "https://core.ryzom.dev/ams/?page=register";
EditAccountURL = "https://classic.ryzom.dev/ams/?page=settings"; EditAccountURL = "https://core.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://classic.ryzom.dev/ams/"; ForgetPwdURL = "https://core.ryzom.dev/ams/";
LoginSupportURL = "https://classic.ryzom.dev/ams/"; LoginSupportURL = "https://core.ryzom.dev/ams/";
NamingPolicyURL = "https://classic.ryzom.dev/ams/"; NamingPolicyURL = "https://core.ryzom.dev/ams/";
InstallWebPage = "https://classic.ryzom.dev/ams/"; InstallWebPage = "https://core.ryzom.dev/ams/";
StreamedPackageHosts = { "https://cdn.ryzom.dev/classic/stream/" }; StreamedPackageHosts = { "https://cdn.ryzom.dev/core4/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
@ -599,12 +599,12 @@ 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=https://classic.ryzom.dev/ams/", "fr=https://core.ryzom.dev/ams/",
"en=https://classic.ryzom.dev/ams/", "en=https://core.ryzom.dev/ams/",
"wk=https://classic.ryzom.dev/ams/", "wk=https://core.ryzom.dev/ams/",
"de=https://classic.ryzom.dev/ams/", "de=https://core.ryzom.dev/ams/",
"es=https://classic.ryzom.dev/ams/", "es=https://core.ryzom.dev/ams/",
"ru=https://classic.ryzom.dev/ams/" "ru=https://core.ryzom.dev/ams/"
}; };
// interval in minutes for webig notify thread to run // interval in minutes for webig notify thread to run

Loading…
Cancel
Save