"GeoIP"
This configuration configures the GeoIP service. The GeoIP service defines how the IP address of a new registered user is translated to country or geo-location.
A typical example
"geoIp": {
"requestUrl": "http://geoip1.maxmind.com/f?l=...."
},
Properties
Property Name
Description
"requestUrl"
The URL pulled for resolving the IP to the geolocation.
Was this helpful?