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.
48 lines
1.0 KiB
INI
48 lines
1.0 KiB
INI
15 years ago
|
// Use with commandline: session_browser_server -C. -L. --nobreak --writepid
|
||
|
|
||
15 years ago
|
#include "session_browser_server_default.cfg"
|
||
15 years ago
|
|
||
15 years ago
|
// ---- config local variables
|
||
15 years ago
|
|
||
15 years ago
|
#include "sql.cfg"
|
||
15 years ago
|
|
||
15 years ago
|
SBSPort = 48851;
|
||
15 years ago
|
|
||
15 years ago
|
SUHost = "localhost";
|
||
15 years ago
|
|
||
15 years ago
|
// ---- service NeL variables (used by ConfigFile class)
|
||
15 years ago
|
|
||
15 years ago
|
AESAliasName= "sbs";
|
||
15 years ago
|
|
||
|
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" };
|
||
15 years ago
|
|
||
|
Paths = {
|
||
|
".",
|
||
15 years ago
|
};
|
||
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 =
|
||
|
{
|
||
9 years ago
|
"302", "Open", "open",
|
||
15 years ago
|
};
|
||
|
|
||
15 years ago
|
// The max number of ring points (aka ring access) for each ecosystem
|
||
|
MaxRingPoints = "A1:D7:F7:J8:L6:R13";
|
||
15 years ago
|
|
||
12 years ago
|
|
||
|
// ---- service custom variables (used by CVariable class)
|