Skip to content

Commit

Permalink
osm-toilet-map: fixed urls in sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
Matei Busui committed Jun 25, 2024
1 parent be21f52 commit 11a918b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm-toilet-map/sample.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CLIENT_ID=
CLIENT_SECRET=

REDIRECT_URI_BASE=https://fountainmap.com/
REDIRECT_URI_BASE=https://publictoiletmap.com/
REDIRECT_URI_CALLBACK=/callback
AUTH_URL=https://www.openstreetmap.org/oauth2/authorize
TOKEN_URL=https://www.openstreetmap.org/oauth2/token
Expand All @@ -11,4 +11,4 @@ QUERY_TOILETS_POIS="placeholder"
QUERY_GAS_STATIONS="placeholder"
QUERY_RESTAURANTS="placeholder"
CHANGESET_COMMENT="Added new toilet"
CREATED_BY="ToiletMap.com Editor"
CREATED_BY="PublicToiletMap.com Editor"

0 comments on commit 11a918b

Please sign in to comment.