2 // NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
3 // Copyright (C) 2010 Winch Gate Property Limited
5 // This program is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU Affero General Public License as
7 // published by the Free Software Foundation, either version 3 of the
8 // License, or (at your option) any later version.
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Affero General Public License for more details.
15 // You should have received a copy of the GNU Affero General Public License
16 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 if (!isset($GLOBALS["NEL_TOOL_CONFIG_PHP"]))
20 $GLOBALS["dbhost"] = "localhost";
21 $GLOBALS["dbname"] = "nel";
22 $GLOBALS["dblogin"] = "";
23 $GLOBALS["dbpassword"] = "";
25 $GLOBALS["allowrootdebug"] = true;
27 $GLOBALS["userlogpath"] = "/var/log/nelns"; // without final /
29 $GLOBALS["rrdrootpath"] = "/var/log/nelns/rrds"; // without final /
30 $GLOBALS["gifoutputpath"] = "graph"; // absolute path where to store gif files, without final /
31 $GLOBALS["gifhttplocation"] = "graph"; // relative path to the http root, where to find gif files, without final /
32 $GLOBALS["gifpersistence"] = 180; // in number of seconds
34 $GLOBALS["NEL_TOOL_CONFIG_PHP"] = true;
36 $GLOBALS["ASHost"] = "localhost";
37 $GLOBALS["ASPort"] = "49995";
39 $GLOBALS["enablelock"] = true;
41 $GLOBALS["allowDownload"] = true;
42 $GLOBALS["allowUpload"] = true;