mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +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 =
|
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 )
|
// The domain mainlands configuration (pour changer le nom du shard à la creation du personnage et dans NeLadmin )
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Lirria", "(Khanat DEV)", "en",
|
"100", "Spofu", "(Khanat DEV)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
BandwidthRatio = 1;
|
BandwidthRatio = 1;
|
||||||
|
|
||||||
FSUDPPort = 47851;
|
FSUDPPort = 47851;
|
||||||
FSListenHost = "shard.ryzomcore.org";
|
FSListenHost = "spofu.khaganat.net";
|
||||||
|
|
||||||
#include "frontend_service_default.cfg"
|
#include "frontend_service_default.cfg"
|
||||||
|
|
||||||
|
@ -38,7 +38,8 @@ ClientLimit = 1000;
|
||||||
DatasetSizefe_temp = 600000;
|
DatasetSizefe_temp = 600000;
|
||||||
DatasetSizefame = 26000;
|
DatasetSizefame = 26000;
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
|
||||||
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
||||||
// Disable ryzom verbose logging
|
// Disable ryzom verbose logging
|
||||||
VerboseMIRROR = 0;
|
VerboseMIRROR = 0;
|
||||||
|
|
|
@ -53,7 +53,7 @@ DontUseSU = 0;
|
||||||
|
|
||||||
HomeMainlandNames =
|
HomeMainlandNames =
|
||||||
{
|
{
|
||||||
"302", "Lirria", "open",
|
"100", "Spofu", "open",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ DontUseSU = 0;
|
||||||
|
|
||||||
HomeMainlandNames =
|
HomeMainlandNames =
|
||||||
{
|
{
|
||||||
"302", "Lirria", "open",
|
"100", "Spofu", "open",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ DontUseSU = 0;
|
||||||
|
|
||||||
HomeMainlandNames =
|
HomeMainlandNames =
|
||||||
{
|
{
|
||||||
"302", "Lirria", "open",
|
"100", "Spofu", "open",
|
||||||
};
|
};
|
||||||
|
|
||||||
// The max number of ring points (aka ring access) for each ecosystem
|
// The max number of ring points (aka ring access) for each ecosystem
|
||||||
|
|
|
@ -37,13 +37,13 @@ DontUseSU = 0;
|
||||||
|
|
||||||
HomeMainlandNames =
|
HomeMainlandNames =
|
||||||
{
|
{
|
||||||
"302", "Lirria", "open",
|
"100", "Spofu", "open",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
||||||
DomainName = "Lirria";
|
DomainName = "Khanat_dev";
|
||||||
|
|
||||||
// The privileges needed to access any ring session
|
// The privileges needed to access any ring session
|
||||||
PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:";
|
PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:";
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
DBHost = "localhost";
|
DBHost = "lirria.khaganat.net";
|
||||||
DBNelName = "nel";
|
DBNelName = "nel";
|
||||||
DBRingName = "ring_open";
|
DBRingName = "kring";
|
||||||
// Nel DB user
|
// Nel DB user
|
||||||
DBNelUser = "shard";
|
DBNelUser = "knelshard";
|
||||||
// Ring DB user
|
// Ring DB user
|
||||||
DBRingUser = "shard";
|
DBRingUser = "knelshard";
|
||||||
// SU - password to access to the nel database with DBNelUseruser (default is no password)
|
// SU - password to access to the nel database with DBNelUseruser (default is no password)
|
||||||
DBNelPass = "";
|
DBNelPass = "";
|
||||||
// SU - password to access to the ring database with DBRingUser (default is no password)
|
// SU - password to access to the ring database with DBRingUser (default is no password)
|
||||||
|
|
Loading…
Reference in a new issue