Skip to content

Commit

Permalink
Update description text in default key file
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Oct 15, 2024
1 parent 3adc4ed commit 3ea2cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/assets/keys2-default.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#
# This files hold the OAuth1 authentication keys as a courtesy for private builds and F_droid, they are not the same as those used for our distribution
# This file hold the OAuth1 and OAuth2 authentication keys as a courtesy for private builds and F_droid, they are not the same as those used for our distribution
#
# File format, tab separated fields
# <name> <key type> <key> <overwrite> <additional 1> <additional 2>
#
# <key type> is one of imagery api_key api_oauth1_key
# <key type> is one of imagery api_key api_oauth1_key api_oauth2_key
#
# if the type is imagery then <name> is the id of the imagery source configuration
#
# if <key> is empty and <overwrite is true then the key entry will be overwritten
#
# <overwrite> controls if existing entries should be overwritten or not
#
# <additional 1> is used for the consumer secret if <key type> is api_oauth1_key and should be empty otherwise
# <additional 2> is used for the base url for OAuth authorization if <key type> is api_oauth1_key and should be empty otherwise
# <additional 1> is used for the consumer secret if <key type> is api_oauth1_key and should be empty otherwise, for api_oauth2_key use this needs to present but can be any value
# <additional 2> is used for the base url for OAuth authorization if <key type> is api_oauth1_key or api_oauth2_key and should be empty otherwise
#
OpenStreetMap api_oauth1_key nmWBEJd7LS0ld8HR4JlAngJeJ8nopMngJSDE8Wx9 false KXtzsmxYtuZAjfkMuvPgRQXxMbKdDPHPcf2sX4mD https://www.openstreetmap.org/
OpenStreetMap api_oauth2_key 261CdAzHBI1HXgFEuhxmL_xXCiJY5JxTlhOs2pKVjb0 false empty https://www.openstreetmap.org/
Expand Down

0 comments on commit 3ea2cf9

Please sign in to comment.