From ac8c1e660715d1cc3dd5ed5b6c937aefc716e78d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 10 Apr 2007 03:58:04 +0000 Subject: [PATCH] We no longer need a database to run ViewSVN --- includes/config.php.new | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/includes/config.php.new b/includes/config.php.new index 4cc7927..e51b961 100644 --- a/includes/config.php.new +++ b/includes/config.php.new @@ -52,30 +52,6 @@ $conf['paths']['svn'] = '/usr/local/bin/svn'; // Choose which directory to use in templates/ as the template set. $conf['paths']['templateset'] = 'default'; -// ################################################################### -// ///////////////////////// DATABASE SERVER -// ------------------------------------------------------------------- -// The name of the server on which the cache database is located. -$conf['db']['server'] = 'localhost'; - -// ################################################################### -// ///////////////////////// DATABASE USER -// ------------------------------------------------------------------- -// The user who accesses your database. -$conf['db']['user'] = 'mysql'; - -// ################################################################### -// ///////////////////////// DATABASE PASSWORD -// ------------------------------------------------------------------- -// The password for the user who accesses the database. -$conf['db']['pass'] = 'pass'; - -// ################################################################### -// ///////////////////////// DATABASE NAME -// ------------------------------------------------------------------- -// Database name that ViewSVN will access. -$conf['db']['name'] = 'viewsvn'; - /*=====================================================================*\ || ################################################################### || # $HeadURL$ -- 2.22.5