From a6448f1cc79f2eee3cdebc68704eda175a2e19a7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jan 2006 02:25:15 +0000 Subject: [PATCH] Adding db connection stuff --- includes/config.php.new | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/includes/config.php.new b/includes/config.php.new index 1106f06..1acd277 100644 --- a/includes/config.php.new +++ b/includes/config.php.new @@ -68,6 +68,30 @@ $conf['paths']['templateset'] = 'default'; // advanced (and default) type 2 uses blame.php/repos/somedir/. $conf['other']['pathtype'] = 2; +// ################################################################### +// ///////////////////////// 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