Skip to content

Commit

Permalink
Use http for example.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 14, 2025
1 parent 98b14b8 commit 2eba07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eba07c

Please sign in to comment.