From 516996fe9fc8d82a5f2dc719a360e4005948326c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 11:29:58 -0400 Subject: make config kinda work darcs-hash:20080517152958-84dde-1170f017a6cf42845d74f75057c923be91404c29.gz --- config.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 config.php (limited to 'config.php') diff --git a/config.php b/config.php deleted file mode 100644 index cd00072a6..000000000 --- a/config.php +++ /dev/null @@ -1,26 +0,0 @@ - 'pgsql', - 'username' => 'someuser', - 'password' => 'apasswd', - 'hostspec' => 'localhost', - 'database' => 'thedb', - ); - -$options = array( - 'debug' => 2, - 'portability' => DB_PORTABILITY_ALL, - ); - -$db =& DB::connect($dsn, $options); -if (PEAR::isError($db)) { - die($db->getMessage()); -} - -$config['db'] = - array( 'username' => 'stoica', - 'password' => 'replaceme', - -- cgit v1.2.3-54-g00ecf