phpide
[timetracker.git] / WEB-INF / config.php.dist
index 1785336..a872f3e 100644 (file)
@@ -37,7 +37,7 @@ set_include_path(realpath(dirname(__FILE__).'/lib/pear') . PATH_SEPARATOR . get_
 // CHANGE 3 PARAMETERS HERE!
 // In this example: "root" is username, "no" is password, "dbname" is database name.
 //
-define('DSN', 'mysqli://root:no@localhost/dbname?charset=utf8mb4');
+define('DSN', 'mysqli://ttuser:Ttuser09@localhost/timetracker?charset=utf8mb4');
 // Do NOT change charset unless you upgraded from an older Time Tracker where charset was NOT specified
 // and now you see some corrupted characters. See http://dev.mysql.com/doc/refman/5.0/en/charset-mysql.html
 
@@ -56,7 +56,7 @@ define('MULTIORG_MODE', true);
 //
 // define('APP_NAME', 'timetracker');
 //
-define('APP_NAME', '');
+define('APP_NAME', 'WagnerTech - timetracker');
 
 
 // WEEKEND_START_DAY