Skip to content

Commit 8323edc

Browse files
committed
Modified settings to work with message_version 1.1, and my test harness.
1 parent f429809 commit 8323edc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
55
CLIENT_ID = 0000-0002-4639-029X
66
CLIENT_SECRET = 09df8b85-ec19-41ff-944a-9949baf9a6bb
7-
MESSAGE_VERSION = 1.0.23
7+
MESSAGE_VERSION = 1.1
88
CALLBACK_PATH = callback
9-
WEBAPP_BASE_URL = http://localhost:8080/orcivo/
9+
WEBAPP_BASE_URL = http://localhost:5080/orcivo/

testwebapp/web/settings.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ OAUTH_AUTHORIZE_URL = http://sandbox.orcid.org/oauth/authorize
44
OAUTH_TOKEN_URL = http://api.sandbox.orcid.org/oauth/token
55
CLIENT_ID = 0000-0002-4639-029X
66
CLIENT_SECRET = 09df8b85-ec19-41ff-944a-9949baf9a6bb
7-
MESSAGE_VERSION = 1.0.23
7+
MESSAGE_VERSION = 1.1
88
CALLBACK_PATH = callback
99
WEBAPP_BASE_URL = http://jeb228-dev.library.cornell.edu/orcivo/

0 commit comments

Comments
 (0)