Skip to content

Commit 973b304

Browse files
committed
Update sample config
1 parent fe438f2 commit 973b304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/config/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
|
1010
| 'app_name' Name of the App 'Wavelog'
1111
| 'directory' directory where wavelog is installed eg "logger"
12-
| 'callbook' Selects which Callbook lookup to use defaults "hamqth" but supports "qrz"
12+
| 'callbook' Selects which Callbook lookup to use defaults "hamqth" but also supports: "qrz", "qrzcq" and "qrzru"
1313
*/
1414

1515
$config['app_name'] = 'Wavelog';
1616
$config['directory'] = 'logbook';
17-
$config['callbook'] = 'hamqth'; // Options are hamqth, qrz or qrzcq
17+
$config['callbook'] = 'hamqth'; // Options are hamqth, qrz, qrzcq or qrzru
1818

1919
$config['datadir'] = null; // default to install directory
2020

0 commit comments

Comments
 (0)