From 2eba07ce8fb6fc90cac43cd9a87c7f93f004c157 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Fri, 14 Feb 2025 11:07:20 -0800 Subject: [PATCH] Use http for example.com. --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index 7e0f3516b..b69261629 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -67,7 +67,7 @@ RECAPTCHA: IIIF_DND_BASE_URL: https://library.stanford.edu/iiif?%{query} REVISION: <%= File.read("#{Rails.root}/REVISION").chomp if File.exist?("#{Rails.root}/REVISION") %> LIB_GUIDES: - API_URL: 'https://example.com/1.1/guides' + API_URL: 'http://example.com/1.1/guides' APP_SEARCH_URL: 'https://guides.library.stanford.edu/srch.php?q=%{q}' KEY: 12345678123456781234567812345678 MINI_BENTO_ENABLED: false