Skip to content

Commit

Permalink
Update env var OPENSTREETMAP_id_key and add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 8, 2024
1 parent 1c0727e commit d11907e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions envs/.env.web.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ MAILER_PORT=25
# Nominatim settings
NOMINATIM_URL=nominatim-api

# TODO: Describe those vars
OPENSTREETMAP_id_key="abcd..."
# Make sure that the first time this (OPENSTREETMAP_id_key) value is empty.
# Once you start you server and create your OAuth 1, fill the value with the Consumer Key.
OPENSTREETMAP_id_key=""
OSM_memcache_servers=""

# NEW_RELIC settings
Expand Down

0 comments on commit d11907e

Please sign in to comment.