diff --git a/config/environment.php b/config/environment.php index fc82b7e..057ca89 100644 --- a/config/environment.php +++ b/config/environment.php @@ -22,9 +22,9 @@ */ // install path -$default->fileSystemRoot = "C:/eclipse/workspace/knowledgeTree"; +$default->fileSystemRoot = "/usr/local/www/dms"; // server settings -$default->serverName = "ktjacqui"; +$default->serverName = "change.to.your.hostname"; // whether ssl is enabled or not $default->sslEnabled = false; // Change this to reflect the authentication method you are using @@ -32,14 +32,14 @@ $default->sslEnabled = false; $default->authenticationClass = "DBAuthenticator"; require_once("$default->fileSystemRoot/lib/authentication/$default->authenticationClass.inc"); -//enable folder hiding flag +// enable folder hiding flag $default->folderHidingFlag = 1; // Database info $default->dbHost = "localhost"; $default->dbName = "dms"; $default->dbUser = "dms"; -$default->dbPass = ""; +$default->dbPass = "pass"; // Change this to reflect the database you are using //require("$default->fileSystemRoot/phplib/db_pgsql.inc");