Skip to content

Commit

Permalink
fix: added missing handle.net provider argument
Browse files Browse the repository at this point in the history
Change-Id: Idc4839b3c3b54b166d64e79d83aa035e622dd600
(cherry picked from commit 99426f0)
  • Loading branch information
pdessauw committed Apr 28, 2022
1 parent 8dfec5b commit bc820d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdcs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@
ID_PROVIDER_SYSTEM_CONFIG = {
"class": "core_linked_records_app.utils.providers.handle_net.HandleNetSystem",
"args": [
os.getenv("HANDLE_NET_URL", "https://handle-net.domain"),
os.getenv("HANDLE_NET_LOOKUP_URL", "https://hdl.handle.net"),
os.getenv("HANDLE_NET_REGISTRATION_URL", "https://handle-net.domain"),
HDL_USER,
os.getenv("HANDLE_NET_SECRET_KEY", "admin"),
],
Expand Down

0 comments on commit bc820d5

Please sign in to comment.