Copy config files to sample versions and ignore them from git so upgrades don't overwrite them

This commit is contained in:
Robert Chipperfield 2012-12-10 16:33:02 +00:00
parent ff764f2535
commit e7e0afbfe7
3 changed files with 6 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/application/config/database.php
/application/config/config.php

View File

@ -28,9 +28,9 @@ $config['callbook'] = "qrz"; // Options are hamio or qrz
| 'display_freq' Show or Hide frequnecy info
*/
$config['table_name'] = "table_hrd_contacts_v01";
$config['locator'] = "IO91JS";
$config['display_freq'] = false;
$config['table_name'] = "TABLE_HRD_CONTACTS_V01";
$config['locator'] = "";
$config['display_freq'] = true;
/*
|--------------------------------------------------------------------------

View File

@ -37,7 +37,7 @@
// The following values will probably need to be changed.
$db['default']['username'] = "root";
$db['default']['password'] = "";
$db['default']['database'] = "2e0sql_log";
$db['default']['database'] = "log";
// The following values can probably stay the same.
$db['default']['hostname'] = "localhost";