Skip to content

Commit

Permalink
EA-4015 test properties
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Dec 17, 2024
1 parent 4fa53c0 commit 447f75f
Showing 1 changed file with 14 additions and 0 deletions.
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


0 comments on commit 447f75f

Please sign in to comment.