From 5225c5a6c8924e0942739560bf3169fb38e4aa02 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 7 Aug 2026 16:39:53 -0500 Subject: [PATCH] config: Change ARIN healthcheck URL The tested POC handle doesn't exist any more; change to ours. --- .idea/altmedia.iml | 40 ++++++++++++++++++++-------------------- config/application.rb | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.idea/altmedia.iml b/.idea/altmedia.iml index 7069445f..3e180edc 100644 --- a/.idea/altmedia.iml +++ b/.idea/altmedia.iml @@ -32,17 +32,17 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -66,7 +66,7 @@ - + @@ -80,7 +80,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -157,15 +157,15 @@ - + - - + + - + diff --git a/config/application.rb b/config/application.rb index 578f31b7..bfffb17c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -113,7 +113,7 @@ def log_active_storage_root!(active_storage_root) config.tind_api_key = config.altmedia['tind_api_key'] config.x.healthcheck_urls.hathiTrust = 'https://catalog.hathitrust.org/api/volumes/full/oclc/424023.json' - config.x.healthcheck_urls.whois = 'https://whois.arin.net/rest/poc/1AD-ARIN' + config.x.healthcheck_urls.whois = 'https://whois.arin.net/rest/poc/CPP-ARIN' config.x.healthcheck_urls.berkeley_service_now = 'https://berkeley.service-now.com/kb_view.do?sysparm_article=KB0011960' # CalNet attribute mapping - Maps hash values to CalNet attribute name(s), shared between User model and test calnet_helper;