Skip to content

Commit 842d1fe

Browse files
author
=
committed
Updated README to reflect environment variable renaming
1 parent 04b9ded commit 842d1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ you will need to separately register OAuth 1.0a applications for the testing
7171
OpenStreetMap API vs. the main one, so they will have different `OSM_CLIENT_ID` and
7272
`OSM_CLIENT_SECRET` credentials.
7373

74-
- `CONSUMER_CALLBACK_URI` (required): as a security precaution, this API will currently
74+
- `OSM_CONSUMER_CALLBACK_URI` (required): as a security precaution, this API will currently
7575
only send OAuth callback redirects to a URI (URL) defined by this environment variable.
7676
The callback URI defined by this variable will be appended with `access_token` and
7777
`refresh_token` URL parameters defining a JWT access token and a JWT refresh token for
78-
use with protected `accessmap-api` endpoints. `CONSUMER_CALLBACK_URI` should therefore
78+
use with protected `accessmap-api` endpoints. `OSM_CONSUMER_CALLBACK_URI` should therefore
7979
be a client URI such as an instance of `accessmap-webapp`, e.g.
8080
`http://localhost:3000/callback` in development mode.
8181

0 commit comments

Comments
 (0)