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

30 lines
712 B
INI
Raw Normal View History

2010-05-10 14:25:29 +00:00
#include "common.cfg"
// ---- service NeL variables (used by ConfigFile class)
2010-05-20 08:27:57 +00:00
DontUseNS = 1;
// ---- service NeL variables (used by CVariable class)
// ---- service custom variables (used by ConfigFile class)
// ---- service custom variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
WebRootDirectory = "save_shard/www";
// Set if Hall of Fame generator is enabled
HoFEnableGenerator = 1;
// Set if HoF generator is verbose
HoFVerbose = 0;
// Directory where HDT files are
HoFHDTDirectory = "/local/www/hof/hdt";
// HoF generator maximum update period in milliseconds
HoFGeneratorUpdatePeriod = 200;
// HoF generator directory update period in seconds
HoFGeneratorDirUpdatePeriod = 60;