Copy config files to sample versions and ignore them from git so upgrades don't overwrite them
这个提交包含在:
父节点
ff764f2535
当前提交
e7e0afbfe7
共有 3 个文件被更改,包括 6 次插入 和 4 次删除
2
.gitignore
vendored
普通文件
2
.gitignore
vendored
普通文件
|
|
@ -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";
|
||||
正在加载…
在新工单中引用