Add geocode endpoint

This commit is contained in:
Skylar Ittner 2021-11-13 17:32:42 -07:00
parent c0c89ec8f7
commit 8fac481898

View File

@ -40,6 +40,7 @@ $SETTINGS = [
"weather_summary_hours" => 8, "weather_summary_hours" => 8,
"mapquest_key" => "", "mapquest_key" => "",
"mapbox_key" => "",
// MaxMind GeoIP2 database // MaxMind GeoIP2 database
"geoip_database" => __DIR__ . "/resources/net.geoip/GeoLite2-City.mmdb", "geoip_database" => __DIR__ . "/resources/net.geoip/GeoLite2-City.mmdb",