We no longer need a database to run ViewSVN
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 10 Apr 2007 03:58:04 +0000 (03:58 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 10 Apr 2007 03:58:04 +0000 (03:58 +0000)
includes/config.php.new

index 4cc792711940c37bc2115015ca78d47e459be649..e51b96159bdf4621b3bc5fe27584eb587d28f32c 100644 (file)
@@ -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$