summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Dreßler <verdre@v0yd.nl>2024-10-19 17:36:11 +0200
committerJonas Dreßler <verdre@v0yd.nl>2024-10-19 17:36:11 +0200
commit7b8aa789c0a3a4b422e02a5f92b7c9d47a2e75fe (patch)
treef71f0656c069ea5427a4b4bf45cf1e159dd0571a
parentab0a7a447ac037d5043aa04df3030796bf47d94d (diff)
data: geoclue.conf.in: Mention the geolocation service defined at build-time
The geolocation service to use can also be defined at build time using the 'default-wifi-url' meson option. This service will be used when no url= parameter is set in the config file, make that a bit more obvious by mentioning it explicitly in the documentation.
-rw-r--r--data/geoclue.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/geoclue.conf.in b/data/geoclue.conf.in
index 0eb59cd..124334c 100644
--- a/data/geoclue.conf.in
+++ b/data/geoclue.conf.in
@@ -50,6 +50,7 @@ enable=@default_wifi_enable@
# URL to a WiFi geolocation service compatible with the Ichnaea API
# (https://ichnaea.readthedocs.io/en/latest/api/geolocate.html).
# An API key can be set by using the 'key' URL parameter.
+# If unset, defaults to a location service defined at build-time.
#url=https://example.com/v1/geolocate?key=YOUR_KEY
# To use the Google geolocation service, uncomment this URL