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
71
71
OpenStreetMap API vs. the main one, so they will have different ` OSM_CLIENT_ID ` and
72
72
` OSM_CLIENT_SECRET ` credentials.
73
73
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
75
75
only send OAuth callback redirects to a URI (URL) defined by this environment variable.
76
76
The callback URI defined by this variable will be appended with ` access_token ` and
77
77
` 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
79
79
be a client URI such as an instance of ` accessmap-webapp ` , e.g.
80
80
` http://localhost:3000/callback ` in development mode.
81
81
You can’t perform that action at this time.
0 commit comments