mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
Copy config files to sample versions and ignore them from git so upgrades don't overwrite them
This commit is contained in:
parent
ff764f2535
commit
e7e0afbfe7
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/application/config/database.php
|
||||
/application/config/config.php
|
@ -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;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
@ -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";
|
Loading…
Reference in New Issue
Block a user