From e8bfe1d460844558b62966ba1dc24214b909a1e5 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 15 Jul 2004 09:09:40 +0000 Subject: [PATCH] Reverted to neutral configuration defaults. --- config/environment.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"); -- libgit2 0.21.4