welcome: disable geoip by default (and document how)

FIXES #1148
This commit is contained in:
Adriaan de Groot 2019-05-16 22:49:23 +02:00
parent f3bfc81e52
commit 81c4114de9

View File

@ -55,8 +55,12 @@ requirements:
# connectivity, though. Configuration is like in the locale module, # connectivity, though. Configuration is like in the locale module,
# but remember to use a URL that returns full data **and** to # but remember to use a URL that returns full data **and** to
# use a selector that will pick the country, not the timezone. # use a selector that will pick the country, not the timezone.
#
# To disable, either comment-out the entire section, or set
# the *style* key to an unsupported format (e.g. `none`, as is
# done here).
geoip: geoip:
style: "xml" style: "none"
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
selector: "CountryCode" # blank uses default, which is wrong selector: "CountryCode" # blank uses default, which is wrong