You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/ryzom/server/shard_unifier_service.cfg

51 lines
1.0 KiB
INI

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