mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Ne pas merger ces changements dans les autres branches (Spofu)
This commit is contained in:
parent
642c47c180
commit
42576e9099
8 changed files with 14 additions and 13 deletions
|
@ -79,7 +79,7 @@ GeorgePaths = { "" };
|
|||
|
||||
HomeMainlandNames =
|
||||
{
|
||||
"302", "lirria", "open",
|
||||
"100", "Spofu", "open",
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -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",
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
BandwidthRatio = 1;
|
||||
|
||||
FSUDPPort = 47851;
|
||||
FSListenHost = "shard.ryzomcore.org";
|
||||
FSListenHost = "spofu.khaganat.net";
|
||||
|
||||
#include "frontend_service_default.cfg"
|
||||
|
||||
|
@ -38,7 +38,8 @@ ClientLimit = 1000;
|
|||
DatasetSizefe_temp = 600000;
|
||||
DatasetSizefame = 26000;
|
||||
|
||||
// ---- service custom variables (used by CVariable class)
|
||||
|
||||
// ---- service custom variables (used by CVariable class)
|
||||
|
||||
// Disable ryzom verbose logging
|
||||
VerboseMIRROR = 0;
|
||||
|
|
|
@ -53,7 +53,7 @@ DontUseSU = 0;
|
|||
|
||||
HomeMainlandNames =
|
||||
{
|
||||
"302", "Lirria", "open",
|
||||
"100", "Spofu", "open",
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ DontUseSU = 0;
|
|||
|
||||
HomeMainlandNames =
|
||||
{
|
||||
"302", "Lirria", "open",
|
||||
"100", "Spofu", "open",
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:";
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue