File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- AUTHORIZED_API_BASE_URL = http://localhost:8080 /mockorcid/mock/
2
- PUBLIC_API_BASE_URL = http://localhost:8080 /mockorcid/mock/
3
- OAUTH_AUTHORIZE_URL = http://localhost:8080 /mockorcid/mock/oauth/authorize
4
- OAUTH_TOKEN_URL = http://localhost:8080 /mockorcid/mock/oauth/token
1
+ AUTHORIZED_API_BASE_URL = http://localhost:5080 /mockorcid/mock/
2
+ PUBLIC_API_BASE_URL = http://localhost:5080 /mockorcid/mock/
3
+ OAUTH_AUTHORIZE_URL = http://localhost:5080 /mockorcid/mock/oauth/authorize
4
+ OAUTH_TOKEN_URL = http://localhost:5080 /mockorcid/mock/oauth/token
5
5
CLIENT_ID = 0000-0002-4639-029X
6
6
CLIENT_SECRET = 09df8b85-ec19-41ff-944a-9949baf9a6bb
7
- MESSAGE_VERSION = 1.0.23
7
+ MESSAGE_VERSION = 1.1
8
8
CALLBACK_PATH = callback
9
- WEBAPP_BASE_URL = http://localhost:8080 /orcivo/
9
+ WEBAPP_BASE_URL = http://localhost:5080 /orcivo/
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ OAUTH_AUTHORIZE_URL = http://sandbox.orcid.org/oauth/authorize
4
4
OAUTH_TOKEN_URL = http://api.sandbox.orcid.org/oauth/token
5
5
CLIENT_ID = 0000-0002-4639-029X
6
6
CLIENT_SECRET = 09df8b85-ec19-41ff-944a-9949baf9a6bb
7
- MESSAGE_VERSION = 1.0.23
7
+ MESSAGE_VERSION = 1.1
8
8
CALLBACK_PATH = callback
9
9
WEBAPP_BASE_URL = http://jeb228-dev.library.cornell.edu/orcivo/
You can’t perform that action at this time.
0 commit comments