synced configs

This commit is contained in:
HB9HIL
2026-02-06 22:42:11 +01:00
parent 8835889f4e
commit 909289360e
2 changed files with 64 additions and 9 deletions

View File

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