2010-05-06 00:08:41 +00:00
|
|
|
// Use with commandline: ryzom_naming_service -C. -L. --nobreak --writepid
|
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
#include "naming_service_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
|
|
|
// ---- service NeL variables (used by ConfigFile class)
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
AESAliasName= "rns";
|
2010-05-06 00:08:41 +00:00
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
Paths = {
|
|
|
|
"data_www"
|
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
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
// ---- service custom variables (used by ConfigFile class)
|
2010-05-06 00:08:41 +00:00
|
|
|
|
|
|
|
BasePort = 51000;
|
|
|
|
|
2010-05-20 08:27:57 +00:00
|
|
|
// ---- service custom variables (used by CVariable class)
|