Accidentally checked in local config value

This commit is contained in:
paul 2006-12-16 18:31:47 +00:00
parent 4733682a62
commit e57e29675b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $CC_CONFIG = array(
'password' => 'test',
'hostspec' => 'localhost',
'phptype' => 'pgsql',
'database' => 'Campcaster-paul',
'database' => 'Campcaster-test',
),
'tblNamePrefix' => 'as_',