setVpx accept now all VPX using ; as delimiter
[ryzomcore.git] / ryzom / server / patchman_cfg / default / ryzom_as.cfg
blob4227bac6922fed5db7a81478710fe14c90620854
1 DontUseNS = 1;\r
2 \r
3 RRDToolPath = "rrdtool";\r
4 RRDVarPath = "../rrd_graphs";\r
5 \r
6 // Variables required to be defined by other cfgs\r
7 //AESHost="localhost";\r
8 //ASWebPort="46700";\r
9 //ASPort="46701";\r
11 StartCommands +=\r
12 {\r
13         // create the admin service module and open the web interface\r
14         "moduleManager.createModule AdminService as webPort="+ASWebPort,\r
16         // create a gateway for aes to connect\r
17         "moduleManager.createModule StandardGateway as_gw",\r
18         // create a layer 3 server\r
19         "as_gw.transportAdd L3Server l3s",\r
20         "as_gw.transportOptions l3s(PeerInvisible)",\r
21         "as_gw.transportCmd l3s(open port="+ASPort+")",\r
23         // plug the as\r
24         "as.plug as_gw",\r