mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Some explanations re multi-callbooks in sample config
This commit is contained in:
@@ -14,7 +14,14 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$config['app_name'] = 'Wavelog';
|
||||
$config['directory'] = 'logbook';
|
||||
$config['callbook'] = 'hamqth'; // Options are hamqth, qrz, qrzcq or qrzru
|
||||
/*
|
||||
| Options are hamqth, qrz, qrzcq or qrzru
|
||||
| For a single callbook configure just one value as string. Example:
|
||||
| $config['callbook'] = 'hamqth';
|
||||
| This can also be set to an array of callbooks to search sequentially until a match is found. Example:
|
||||
| $config['callbook'] = ['qrz', 'hamqth'];
|
||||
*/
|
||||
$config['callbook'] = 'hamqth';
|
||||
|
||||
$config['datadir'] = null; // default to install directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user