Changeset 7486


Ignore:
Timestamp:
May 17, 2018, 9:26:14 AM (5 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #2118: The "freegeoip" setting should be disabled by default

Updated the base.config file with information about the new service.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.12-stable/config/dist/base.config

    r7414 r7486  
    267267# ===================
    268268
    269 # URL to a 'freegeoip' server. Use {IP} as a placeholder for
    270 # the IP address. The service should return a JSON data object.
    271 # Software for running your own server can be downloaded from
    272 # https://github.com/fiorix/freegeoip
    273 # If no service is specified, location lookup will be disabled
    274 geolocation.freegeoip = http://freegeoip.net/json/{IP}
     269# URL to the 'ipstack' (previously 'freegeoip') server. Use {IP} as a
     270# placeholder for the IP address. The service should return a JSON
     271# data object. Before it can be used you need to register and receive
     272# an API key. See https://ipstack.com/ for more information.
     273# Replace [API_KEY] in the URL below and uncomment the setting to
     274# activate geolocation lookup.
     275# geolocation.freegeoip = http://api.ipstack.com/{IP}?access_key=[API_KEY]&output=json
    275276
    276277# A template URL for displaying a map with a marker on a specified location
Note: See TracChangeset for help on using the changeset viewer.