summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-04-10 01:33:52 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-04-10 01:33:52 +0100
commitb58da83f0feaa60a2b0655eb6cd26a8b0178556b (patch)
tree461235bd2eee30c183807a60eebca357b1cab455 /data
parent9c3594b66549a16f37221aea793e23ccb161f3c4 (diff)
downloadgeoclue-b58da83f0feaa60a2b0655eb6cd26a8b0178556b.tar.gz
Allow specifying nickname to submit network data with
Diffstat (limited to 'data')
-rw-r--r--data/geoclue.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/geoclue.conf.in b/data/geoclue.conf.in
index feace8b..3d32fac 100644
--- a/data/geoclue.conf.in
+++ b/data/geoclue.conf.in
@@ -19,6 +19,11 @@ url=https://location.services.mozilla.com/v1/geolocate?key=geoclue
# each time it gets a GPS lock.
#submission-url=https://location.services.mozilla.com/v1/submit?key=geoclue
+# A nickname to submit network data with. This is currently used for leaderboard:
+# https://location.services.mozilla.com/leaders
+# A nickname must be 2-32 characters long.
+#submission-nick=geoclue
+
# To use the Google geolocation service instead of mozilla's, simply uncomment
# this url while changing API_KEY to your Google API key and comment out or
# remove the url above.