1 // link the common configuration file
\r
2 RootConfigFilename = "common.cfg";
\r
4 DisplayedVariables += { "", "@OnlineFS|frontends", "@OnlineUsers|users", "NbOnlineUsers|OnlineUsersNumber" };
\r
6 // address of the login service
\r
7 LSHost = "193.252.118.126";
\r
9 // short name of the frontend service
\r
10 FrontendServiceName = "FS";
\r
12 // value that identify the shard in the database. must be uniq for each different shard
\r
15 ExpectedServices = { };
\r
19 // Access level to shard
\r
21 // 1: dev + privileged users (see also OpenGroups variable)
\r
25 // File that contains the ShardOpen value (used to override ShardOpen value through AES' command createFile)
\r
26 // For instance, ShardOpen default value is 0, then AES creates a file to set ShardOpen to 2. If WS crashes,
\r
27 // ShardOpen is still set to 2 when it relaunches...
\r
28 ShardOpenStateFile = "";
\r
30 // Privileged Groups
\r