khanat-opennel-code/code/ryzom/server/shard_unifier_service.cfg

51 lines
1 KiB
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
// Use with commandline: shard_unifier_service -C. -L. --nobreak --writepid
2010-05-20 08:27:57 +00:00
// ---- config local variables
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
SUGlobalPort = 50503;
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
#include "sql.cfg"
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
#include "shard_unifier_service_default.cfg"
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
AESAliasName= "su";
2010-05-06 00:08:41 +00:00
// Create a command executor
StartCommands +=
{
"moduleManager.createModule CommandExecutor ce",
"ce.plug gw",
};
2010-05-20 08:27:57 +00:00
2010-05-06 00:08:41 +00:00
GraphVars += { "TotalConcurentUser", "60000" };
GraphVars += { "NetSpeedLoop", "60000" };
GraphVars += { "L5CallbackCount", "60000" };
GraphVars += { "L5CallbackTime", "60000" };
2010-05-20 08:27:57 +00:00
Paths = {
".",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by CVariable class)
// ---- service custom variables (used by ConfigFile class)
// Use Shard Unifier or not
DontUseSU = 0;
2010-05-06 00:08:41 +00:00
HomeMainlandNames =
{
2010-05-20 08:27:57 +00:00
"302", "Open", "open",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
DomainName = "ryzom_open";
2010-05-20 08:27:57 +00:00
// The privileges needed to access any ring session
PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:";
#include "backup_service_interface.cfg"