Skip to content

Commit

Permalink
fix: url for external services used in the typed pid maker config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Aug 26, 2024
1 parent c76f23d commit feea8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pit-service/config/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ repo.schedule.rate:1000
##################### PIT Service #####################
#######################################################
# Standard resolver for Handle PIDs. Should usually stay like this.
pit.pidsystem.handle.baseURI = http://hdl.handle.net/
pit.pidsystem.handle.baseURI = https://hdl.handle.net/

### Choosing and configuring the PID system ###
# Available implementations:
Expand All @@ -145,7 +145,7 @@ pit.pidsystem.implementation = LOCAL
# - http://dtr-test.pidconsortium.eu/, https://dtr-test.pidconsortium.net/
# - http://dtr-pit.pidconsortium.eu/, http://dtr-pit.pidconsortium.net/
# - http://typeregistry.org/
pit.typeregistry.baseURI = http://dtr-test.pidconsortium.eu/
pit.typeregistry.baseURI = https://dtr-test.pidconsortium.eu/

### As this service is a RESTful serice without GUI, CSRF protection is not required. ###
pit.security.enable-csrf: false
Expand Down

0 comments on commit feea8b0

Please sign in to comment.