* Removed unecesery home page * Added PHP Api that provides auth and replaces the json-server for data storage * Added support for alternate geocode-api * Added registration page
6 lines
312 B
Plaintext
6 lines
312 B
Plaintext
<?php
|
|
|
|
$geocodeType = 'bigdatacloud'; //bigdatacloud or photon
|
|
$geocodeApikey = false; //false to disable or enter api key between quotes to enable auth for the api call (key is send as 'X-Api-Key' header )
|
|
$geocodeApiurl = 'https://api.bigdatacloud.net/data/reverse-geocode-client'; //Set url of the geoip Api
|