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.
22 lines
450 B
INI
22 lines
450 B
INI
15 years ago
|
// Use with commandline: ryzom_naming_service -C. -L. --nobreak --writepid
|
||
|
|
||
15 years ago
|
#include "naming_service_default.cfg"
|
||
15 years ago
|
|
||
15 years ago
|
// ---- config local variables
|
||
15 years ago
|
|
||
15 years ago
|
// ---- service NeL variables (used by ConfigFile class)
|
||
15 years ago
|
|
||
15 years ago
|
AESAliasName= "rns";
|
||
15 years ago
|
|
||
15 years ago
|
Paths = {
|
||
|
"data_www"
|
||
15 years ago
|
};
|
||
|
|
||
15 years ago
|
// ---- service NeL variables (used by CVariable class)
|
||
15 years ago
|
|
||
15 years ago
|
// ---- service custom variables (used by ConfigFile class)
|
||
15 years ago
|
|
||
|
BasePort = 51000;
|
||
|
|
||
15 years ago
|
// ---- service custom variables (used by CVariable class)
|