Ne pas merger ces changements dans les autres branches (Spofu)

This commit is contained in:
deed 2017-01-12 15:06:22 +01:00
parent 642c47c180
commit 42576e9099
8 changed files with 14 additions and 13 deletions

View file

@ -79,7 +79,7 @@ GeorgePaths = { "" };
HomeMainlandNames =
{
"302", "lirria", "open",
"100", "Spofu", "open",
};
/*

View file

@ -1714,5 +1714,5 @@ UseNewNewbieLandStartingPoint= 1;
// The domain mainlands configuration (pour changer le nom du shard à la creation du personnage et dans NeLadmin )
Mainlands = {
"302", "Lirria", "(Khanat DEV)", "en",
"100", "Spofu", "(Khanat DEV)", "en",
};

View file

@ -6,7 +6,7 @@
BandwidthRatio = 1;
FSUDPPort = 47851;
FSListenHost = "shard.ryzomcore.org";
FSListenHost = "spofu.khaganat.net";
#include "frontend_service_default.cfg"
@ -38,6 +38,7 @@ ClientLimit = 1000;
DatasetSizefe_temp = 600000;
DatasetSizefame = 26000;
// ---- service custom variables (used by CVariable class)
// Disable ryzom verbose logging

View file

@ -53,7 +53,7 @@ DontUseSU = 0;
HomeMainlandNames =
{
"302", "Lirria", "open",
"100", "Spofu", "open",
};

View file

@ -42,7 +42,7 @@ DontUseSU = 0;
HomeMainlandNames =
{
"302", "Lirria", "open",
"100", "Spofu", "open",
};

View file

@ -37,7 +37,7 @@ DontUseSU = 0;
HomeMainlandNames =
{
"302", "Lirria", "open",
"100", "Spofu", "open",
};
// The max number of ring points (aka ring access) for each ecosystem

View file

@ -37,13 +37,13 @@ DontUseSU = 0;
HomeMainlandNames =
{
"302", "Lirria", "open",
"100", "Spofu", "open",
};
// ---- service custom variables (used by CVariable class)
DomainName = "Lirria";
DomainName = "Khanat_dev";
// The privileges needed to access any ring session
PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:";

View file

@ -1,10 +1,10 @@
DBHost = "localhost";
DBHost = "lirria.khaganat.net";
DBNelName = "nel";
DBRingName = "ring_open";
DBRingName = "kring";
// Nel DB user
DBNelUser = "shard";
DBNelUser = "knelshard";
// Ring DB user
DBRingUser = "shard";
DBRingUser = "knelshard";
// SU - password to access to the nel database with DBNelUseruser (default is no password)
DBNelPass = "";
// SU - password to access to the ring database with DBRingUser (default is no password)