From b58da83f0feaa60a2b0655eb6cd26a8b0178556b Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 10 Apr 2014 01:33:52 +0100 Subject: Allow specifying nickname to submit network data with --- data/geoclue.conf.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') 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. -- cgit v1.2.1