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

51 lines
1.1 KiB
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
// Use with commandline: logger_service -C. -L. --nobreak --writepid
2010-05-20 08:27:57 +00:00
2010-05-10 14:25:29 +00:00
#include "logger_service_default.cfg"
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
LGSL3Port = 41292;
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= "lgs";
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
StartCommands +=
2010-05-06 00:08:41 +00:00
{
2010-05-20 08:27:57 +00:00
"moduleManager.createModule LoggerService ls",
"moduleManager.createModule StandardGateway lgs_gw",
"ls.plug lgs_gw",
"lgs_gw.transportAdd L3Server l3s",
"lgs_gw.transportOptions l3s(PeerInvisible)",
"lgs_gw.transportCmd l3s(open port="+ LGSL3Port +")",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
DontUseNS = 1;
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
Paths = {
".",
"../common/data_leveldesign",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
// Where to save specific shard data (ie: player backup), relatively to SaveShardRoot
2010-05-20 08:27:57 +00:00
SaveFilesDirectory = "save_shard/";
2010-05-06 00:08:41 +00:00
// where to save generic shard data (ie: packed_sheet)
WriteFilesDirectory = "r2_shard/data_shard";
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// 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
2010-05-20 08:27:57 +00:00
#include "backup_service_interface.cfg"