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/log_analyser_service_defaul...

19 lines
423 B
INI

// link the common configuration file
RootConfigFilename = "common.cfg";
QueryTimeout = 300;
LinePerPage = 50;
WebPort = 49899;
DontUseNS = 1;
/* Set this directory so LAS can find log directory for each shard
* PLEASE NOTICE THAT THIS LINE SHOULD ONLY BE ADDED TO LOG ANALYSER
* Other services that use PDLib should have this set to "".
*/
StartCommands =
{
"PDRootDirectory /home/nevrax/save_shard/$shard/pds"
};