Skip to content

Commit

Permalink
Removed Google Maps API from config and added QRZ fields
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbug committed Nov 27, 2018
1 parent 2505b6c commit 4c45cbd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
10 changes: 6 additions & 4 deletions application/config/config.sample.php
Expand Up @@ -35,13 +35,15 @@

/*
|--------------------------------------------------------------------------
| Google Maps JavaScript API Key
| QRZ Login Options
|--------------------------------------------------------------------------
| visit https://developers.google.com/maps/documentation/javascript/get-api-key
|
| 'gmaps_api_key' API key from Google Cloud Plattform
| 'qrz_username' QRZ.com user login
| 'qrz_password' QRZ.com user password
*/
$config['gmaps_api_key'] = "";

$config['qrz_username'] = "";
$config['qrz_password'] = "";

/*
|--------------------------------------------------------------------------
Expand Down
11 changes: 7 additions & 4 deletions install/config/config.php
Expand Up @@ -32,15 +32,18 @@
$config['locator'] = "%baselocator%";
$config['display_freq'] = false;


/*
|--------------------------------------------------------------------------
| Google Maps JavaScript API Key
| QRZ Login Options
|--------------------------------------------------------------------------
| visit https://developers.google.com/maps/documentation/javascript/get-api-key
|
| 'gmaps_api_key' API key from Google Cloud Plattform
| 'qrz_username' QRZ.com user login
| 'qrz_password' QRZ.com user password
*/
$config['gmaps_api_key'] = "";

$config['qrz_username'] = "";
$config['qrz_password'] = "";

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 4c45cbd

Please sign in to comment.