khanat-opennel-code/code/ryzom/server/patchman_cfg/default/ryzom_as.cfg
2014-11-07 19:16:45 +01:00

25 lines
No EOL
647 B
INI

DontUseNS = 1;
RRDToolPath = "rrdtool";
RRDVarPath = "../rrd_graphs";
// Variables required to be defined by other cfgs
//AESHost="localhost";
//ASWebPort="46700";
//ASPort="46701";
StartCommands +=
{
// create the admin service module and open the web interface
"moduleManager.createModule AdminService as webPort="+ASWebPort,
// create a gateway for aes to connect
"moduleManager.createModule StandardGateway as_gw",
// create a layer 3 server
"as_gw.transportAdd L3Server l3s",
"as_gw.transportOptions l3s(PeerInvisible)",
"as_gw.transportCmd l3s(open port="+ASPort+")",
// plug the as
"as.plug as_gw",
};