-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fa53c0
commit 447f75f
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
set-integration-testing/src/integration-test/resources/set-client.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# the uri of the user set service (REST API) => | ||
# for testing within the development environment a local URI can be used e.g. localhost:8080/set-web/sets | ||
set.service.uri = http://localhost:8080/set | ||
|
||
# the user key used to access Europeana API. For more information see http://pro.europeana.eu/api | ||
set.api.key =test123 | ||
|
||
#the URL for the endpoint of OAuth service | ||
oauth.service.uri=https://test/token | ||
|
||
#The parameters sent for retrieving a new ticket | ||
oauth.token.request.params=test=test | ||
|
||
|