2 // short name of the frontend service
\r
3 FrontendServiceName = "FS";
\r
5 // in ring architecture, we no more use the legacy LS
\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
13 // 1: dev + privileged users (see also OpenGroups variable)
\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
27 // create welcome service module
\r
30 // create the service
\r
31 "moduleManager.createModule WelcomeService ws",
\r
32 // plug it in the gateway
\r
35 // add the SU service
\r
36 "unifiedNetwork.addService ShardUnifier ( address="+SUAddress+" sendId external autoRetry )",
\r