Some explanations re multi-callbooks in sample config

This commit is contained in:
phl0
2025-12-13 18:09:24 +01:00
parent 01e067d410
commit 37168a1f09

View File

@@ -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