32 lines
964 B
INI
32 lines
964 B
INI
|
// link the common configuration file
|
||
|
RootConfigFilename = "common.cfg";
|
||
|
|
||
|
DisplayedVariables += { "", "@OnlineFS|frontends", "@OnlineUsers|users", "NbOnlineUsers|OnlineUsersNumber" };
|
||
|
|
||
|
// address of the login service
|
||
|
LSHost = "193.252.118.126";
|
||
|
|
||
|
// short name of the frontend service
|
||
|
FrontendServiceName = "FS";
|
||
|
|
||
|
// value that identify the shard in the database. must be uniq for each different shard
|
||
|
ShardId = 300;
|
||
|
|
||
|
ExpectedServices = { };
|
||
|
|
||
|
PlayerLimit = 1000;
|
||
|
|
||
|
// Access level to shard
|
||
|
// 0: only dev
|
||
|
// 1: dev + privileged users (see also OpenGroups variable)
|
||
|
// 2: open for all
|
||
|
ShardOpen = 2;
|
||
|
|
||
|
// File that contains the ShardOpen value (used to override ShardOpen value through AES' command createFile)
|
||
|
// For instance, ShardOpen default value is 0, then AES creates a file to set ShardOpen to 2. If WS crashes,
|
||
|
// ShardOpen is still set to 2 when it relaunches...
|
||
|
ShardOpenStateFile = "";
|
||
|
|
||
|
// Privileged Groups
|
||
|
OpenGroups = "";
|