Changed: cfg variable to fit open shard

This commit is contained in:
vl 2010-05-10 17:02:38 +02:00
parent 3de945609e
commit bb97e2a719

View file

@ -39,15 +39,16 @@ Gamma_max = 1.0;
// NETWORK // // NETWORK //
///////////// /////////////
Application = { "ryzom_live", "./client_ryzom_r.exe", "./" }; Application = { "ryzom_open", "./client_ryzom_r.exe", "./" };
BackgroundDownloader = 0; BackgroundDownloader = 0;
PatchServer = "http://dl.ryzom.com/patch_live"; PatchServer = "";
SignUpURL = "http://www.ryzom.com/subscribe"; PatchWanted = 0;
StartupHost = "su1.ryzom.com:40916"; SignUpURL = "";
StartupHost = "open.ryzom.com:40916";
StartupPage = "/login/r2_login.php"; StartupPage = "/login/r2_login.php";
InstallStatsUrl = "http://su1.ryzom.com:50000/stats/stats.php"; InstallStatsUrl = "http://open.ryzom.com:50000/stats/stats.php";
CreateAccountURL = "https://secure.ryzom.com/signup/from_client.php"; CreateAccountURL = "";
InstallWebPage = "http://dl.ryzom.com/installer/"; InstallWebPage = "";
//////////////// ////////////////