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

48 lines
1 KiB
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
// Use with commandline: session_browser_server -C. -L. --nobreak --writepid
2010-05-20 08:27:57 +00:00
#include "session_browser_server_default.cfg"
2010-05-06 00:08:41 +00:00
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
#include "sql.cfg"
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
SBSPort = 48851;
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
SUHost = "localhost";
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= "sbs";
2010-05-06 00:08:41 +00:00
StartCommands +=
{
"moduleManager.createModule SessionBrowserServerMod sbs suAddr="+SUHost+":49999 listenPort="+SBSPort+" ring_db(host="+DBHost+" user="+DBRingUser+" password="+DBRingPass+" base="+DBRingName+")",
"sbs.plug gw",
};
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 =
{
"302", "Open", "open",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
// The max number of ring points (aka ring access) for each ecosystem
MaxRingPoints = "A1:D7:F7:J8:L6:R13";
2010-05-06 00:08:41 +00:00
// ---- service custom variables (used by CVariable class)