mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
synced configs
This commit is contained in:
@@ -35,7 +35,7 @@ $config['datadir'] = null; // default to install directory
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| 'table_name' SQL table where log can be found
|
||||
| 'locator' Default locator used to calculate bearings/distance
|
||||
| 'locator' Default locator used to calculate bearings/distance
|
||||
| 'display_freq' Show or Hide frequnecy info
|
||||
*/
|
||||
|
||||
@@ -79,6 +79,17 @@ $config['hamqth_password'] = '';
|
||||
$config['qrzcq_username'] = '';
|
||||
$config['qrzcq_password'] = '';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| QRZ.ru Login Options
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| 'qrzru_username' QRZ.ru user login
|
||||
| 'qrzru_password' QRZ.ru user password
|
||||
*/
|
||||
$config['qrzru_username'] = '';
|
||||
$config['qrzru_password'] = '';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication
|
||||
@@ -836,7 +847,7 @@ $config['max_login_attempts'] = 3;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| enable DCL Interface
|
||||
| Enable DCL Interface
|
||||
| Set this to true if your Users and you want to connect your instance to the German DCL
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user