mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-17 14:48:42 +00:00
11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
22 lines
515 B
INI
22 lines
515 B
INI
// Use with commandline: ryzom_admin_service --fulladminname=ryzom_admin_service --shortadminname=AS -C. -L. --nobreak --writepid
|
|
|
|
// ---- config local variables
|
|
|
|
ASWebPort="46700";
|
|
ASPort="46701";
|
|
|
|
#include "admin_service_default.cfg"
|
|
|
|
// ---- service NeL variables (used by ConfigFile class)
|
|
|
|
AESAliasName= "ras";
|
|
|
|
Paths = {
|
|
".",
|
|
};
|
|
|
|
// ---- service NeL variables (used by CVariable class)
|
|
|
|
// ---- service custom variables (used by ConfigFile class)
|
|
|
|
|
|
// ---- service custom variables (used by CVariable class)
|