Skip to content

Commit 37168a1

Browse files
committed
Some explanations re multi-callbooks in sample config
1 parent 01e067d commit 37168a1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

application/config/config.sample.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@
1414

1515
$config['app_name'] = 'Wavelog';
1616
$config['directory'] = 'logbook';
17-
$config['callbook'] = 'hamqth'; // Options are hamqth, qrz, qrzcq or qrzru
17+
/*
18+
| Options are hamqth, qrz, qrzcq or qrzru
19+
| For a single callbook configure just one value as string. Example:
20+
| $config['callbook'] = 'hamqth';
21+
| This can also be set to an array of callbooks to search sequentially until a match is found. Example:
22+
| $config['callbook'] = ['qrz', 'hamqth'];
23+
*/
24+
$config['callbook'] = 'hamqth';
1825

1926
$config['datadir'] = null; // default to install directory
2027

0 commit comments

Comments
 (0)