File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ you will need to separately register OAuth 1.0a applications for the testing
7171OpenStreetMap 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
7575only send OAuth callback redirects to a URI (URL) defined by this environment variable.
7676The 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
7979be a client URI such as an instance of ` accessmap-webapp ` , e.g.
8080` http://localhost:3000/callback ` in development mode.
8181
You can’t perform that action at this time.
0 commit comments