You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Please configure this file by filling out the right elements and copy this to Config.class.php. Ofcourse renaming this file to Config.class.php is equally good.
* @package The-DataTank
* @copyright (C) 2011 by iRail vzw/asbl
* @license AGPLv3
* @author Jan Vansteenlandt <jan@iRail.be>
* @author Pieter Colpaert <pieter@iRail.be>
*/
class Config {
//add a trailing slash!
public static $HOSTNAME = "http://localhost/";
//the webserver subdirectory, if it's not in a subdir, fill in blank. Just like $HOSTNAME, you must add a trailing slash!
public static $SUBDIR = "";
// host for caching purposes
public static $CACHE_SYSTEM = "MemCache"; //other possibilities: NoCache, apc...
public static $CACHE_HOST = "localhost";
public static $CACHE_PORT = 11211;
// validation for API calls to remotely add resources and modules
public static $API_USER = "";
public static $API_PASSWD = "";
public static $DB = 'mysql:host=localhost;dbname=logging';
public static $DB_USER = '';
public static $DB_PASSWORD = '';
public static $DEFAULT_LANGUAGE = "en";
// path to the PHPExcel IOFactory.php, required for XLS generic resource