setVpx accept now all VPX using ; as delimiter
[ryzomcore.git] / ryzom / server / patchman_cfg / default / welcome_service.cfg
blobce7b47fd0130d49fcc9ed9c7aaa08bc53e16fd62
1 \r
2 // short name of the frontend service\r
3 FrontendServiceName = "FS";\r
4 \r
5 // in ring architecture, we no more use the legacy LS\r
6 DontUseLS = 1;\r
7 \r
8 // if any of this services is not connected, the WS is closed.\r
9 ExpectedServices = { "FS", "MS", "EGS", "GPMS", "IOS", "TICKS" };\r
11 // Access level to shard\r
12 // 0: only dev\r
13 // 1: dev + privileged users (see also OpenGroups variable)\r
14 // 2: open for all\r
15 ShardOpen = 2;\r
17 // File that contains the ShardOpen value (used to override ShardOpen value through AES' command createFile)\r
18 // For instance, ShardOpen default value is 0, then AES creates a file to set ShardOpen to 2. If WS crashes,\r
19 // ShardOpen is still set to 2 when it relaunches...\r
20 // ShardOpenStateFile = "/tmp/shard_open_state";\r
22 // Privileged Groups\r
23 OpenGroups = ":GM:SGM:G:SG:GUEST:";\r
25 UsePatchMode = 0;\r
27 // create welcome service module\r
28 StartCommands +=\r
29 {\r
30         // create the service\r
31         "moduleManager.createModule WelcomeService ws",\r
32         // plug it in the gateway\r
33         "ws.plug gw",\r
35         // add the SU service\r
36         "unifiedNetwork.addService ShardUnifier ( address="+SUAddress+" sendId external autoRetry )",\r
37 };\r