update sample config
这个提交包含在:
父节点
b048671c5e
当前提交
4324670210
共有 1 个文件被更改,包括 7 次插入 和 8 次删除
|
|
@ -16,9 +16,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
$config['app_name'] = "Cloudlog";
|
$config['app_name'] = "Cloudlog";
|
||||||
$config['app_version'] = "2.4.2";
|
$config['app_version'] = "2.4.2";
|
||||||
$config['directory'] = "logbook";
|
$config['directory'] = "logbook";
|
||||||
|
|
||||||
$config['callbook'] = "hamqth"; // Options are hamqth or qrz
|
$config['callbook'] = "hamqth"; // Options are hamqth or qrz
|
||||||
|
|
||||||
$config['datadir'] = null; // default to install directory
|
$config['datadir'] = null; // default to install directory
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -42,11 +40,12 @@ $config['display_freq'] = true;
|
||||||
|
|
|
|
||||||
| 'qrz_username' QRZ.com user login
|
| 'qrz_username' QRZ.com user login
|
||||||
| 'qrz_password' QRZ.com user password
|
| 'qrz_password' QRZ.com user password
|
||||||
|
| 'use_fullname' Get full names from QRZ, may not be GDPR compliant
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$config['qrz_username'] = "";
|
$config['qrz_username'] = "";
|
||||||
$config['qrz_password'] = "";
|
$config['qrz_password'] = "";
|
||||||
|
$config['use_fullname'] = false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
@ -59,7 +58,6 @@ $config['qrz_password'] = "";
|
||||||
$config['hamqth_username'] = "";
|
$config['hamqth_username'] = "";
|
||||||
$config['hamqth_password'] = "";
|
$config['hamqth_password'] = "";
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Authentication
|
| Authentication
|
||||||
|
|
@ -568,6 +566,7 @@ $config['compress_output'] = FALSE;
|
||||||
*/
|
*/
|
||||||
$config['time_reference'] = 'UTC';
|
$config['time_reference'] = 'UTC';
|
||||||
date_default_timezone_set($config['time_reference']);
|
date_default_timezone_set($config['time_reference']);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Rewrite PHP Short Tags
|
| Rewrite PHP Short Tags
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用