1 // link the common configuration file
\r
2 RootConfigFilename = "common.cfg";
\r
4 // I'm the AES, I'll not connect to myself!
\r
7 // I don't need a connection to a naming service
\r
12 DatabaseHost = "net2";
\r
13 DatabaseLogin = "root";
\r
14 DatabasePassword = "";
\r
15 DatabaseName = "nel_tool";
\r
17 // can have more than one email, using { "a", "b" }
\r
18 AdminEmail = "lecroart@nevrax.com";
\r
20 SMTPServer = "gw.nevrax.com";
\r
22 // time while email are accumulated in second (to avoid spamming)
\r
23 // set -1 to don't send alert
\r
24 AdminAlertAccumlationTime = -1;
\r
26 RRDToolPath = "c:\bin\rrdtool.exe";
\r
27 RRDVarPath = "c:\temp";
\r
29 SysLogPath = "logger";
\r
30 SysLogParams = "-p user.crit '[ftmms][5][1][Ryzom]: %s'";
\r
32 // how many second before aborting the request if not finished
\r
35 NegFiltersDebug += { "LAUNCH", "MYSQL" };
\r
36 NegFiltersInfo += { "LAUNCH", "MYSQL" };
\r
37 NegFiltersWarning += { };
\r