1 // Configure module gateway for layer 5 module comm
\r
4 // Create a gateway module
\r
5 "moduleManager.createModule StandardGateway gw",
\r
6 // add a layer 5 transport
\r
7 "gw.transportAdd L5Transport l5",
\r
8 // open the transport
\r
9 "gw.transportCmd l5(open)",
\r
11 /// Create default connection with admin executor service
\r
12 // Create a gateway module
\r
13 "moduleManager.createModule StandardGateway gw_aes",
\r
14 // create the admin executor service module
\r
15 "moduleManager.createModule AdminExecutorServiceClient aes_client",
\r
16 "aes_client.plug gw_aes",
\r
18 // create a layer 3 client to connect to aes gateway
\r
19 "gw_aes.transportAdd L3Client aes_l3c",
\r
20 "gw_aes.transportCmd aes_l3c(connect addr="+AESHost+":"+AESPort+")",
\r
23 /// A list of vars to graph for any service
\r
26 "ProcessUsedMemory", "60000", // every minute
\r
30 /* Force default value for PDLib directory (e.g. SaveFilesDirectory...)
\r
31 * PLEASE NOTICE THAT THIS LINE MUST BE LEFT TO ""
\r
32 * Only log analyser must have the $shard parameter to find all shards root directory
\r
34 PDRootDirectory = "";
\r
36 // Log PD updates to log file (1 enabled, 0 disabled), see PDLogSaveDirectory to choose where to log
\r
39 // Log PD StringManager updates to log file (1 enabled, 0 disabled), see PDLogSaveDirectory to choose where to log
\r
40 PDEnableStringLog = 0;
\r
42 // Number of seconds between 2 logs to file
\r
45 // MySGL wrapper strict mode - controls use of asserts if SQL requests fail
\r
48 // This is the mapping for logical continent to physical one
\r
49 ContinentNameTranslator =
\r
51 "matis_newbie", "matis",
\r
52 "zorai_newbie", "zorai",
\r
53 "terre", "terre_oubliee",
\r
54 "sources", "sources_interdites"
\r
57 NegFiltersDebug = { "ZZZZZZZZZZZ" };
\r
58 NegFiltersInfo = { "ZZZZZZZZZZZ" };
\r
59 NegFiltersWarning = { "ZZZZZZZZZZZ" };
\r
60 //NegFiltersDebug = { "NET", "ADMIN", "MIRROR", "NC", "PATH" };
\r
61 //NegFiltersInfo = { "NET", "ADMIN", "MIRROR", "NC", "CF", "TimerManagerUpdate" };
\r
62 // NegFiltersWarning = { "CT_LRC", "AnimalSpawned" };
\r
64 // Block the system in the tick service that provokes stalls when overloaded
\r
65 WaitForBSThreshold=0;
\r
67 // Only produce log*.log files and not <service name>*.log
\r
70 IgnoredFiles = { "continent.cfg", "__read_me.txt", "bandit.html", "flora_primr.primitive" };
\r
72 // If the update loop is too slow, a thread will produce an assertion.
\r
73 // By default, the value is set to 10 minutes.
\r
74 // Set to 0 for no assertion.
\r
75 UpdateAssertionThreadTimeout = 6000000;
\r
77 DefaultMaxExpectedBlockSize = 200000000; // 200 M !
\r
78 DefaultMaxSentBlockSize = 200000000; // 200 M !
\r
80 // MS Packet size limit in bytes, PER DATASET (warning: depending on the weights, limits per property may be very small)
\r
81 MaxOutBandwidth = 100000000;
\r
83 // how to sleep between 2 network updates
\r
91 // The privileges needed to access any ring session
\r
92 PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:";
\r
94 // The max number of ring points (aka ring access) for each ecosystem
\r
95 MaxRingPoints = "A1:D7:F7:J8:L6:R13";
\r
97 // Level limit for newb scenarios
\r
98 FreeTrialSkillLimit=21;
\r
100 // Level limit for newb scenarios
\r
101 DefaultInterShardExchangeLevelCap=0;
\r
103 // Configuration for DSS
\r
105 MaxStaticObjects = 200;
\r
107 // the following variable must be defined but should be empty - it's presence is used to change the behaviour
\r
108 // of the packed sheet reader
\r
109 GeorgePaths = { "" };
\r
111 // Disable nel net verbose logging
\r
121 // Disable ryzom verbose logging
\r
123 VerboseRingRPLog = 0;
\r
124 VerboseCDBGroup = 0;
\r