Skip to content

Commit

Permalink
⚙️disable EXTERNAL_IIIF_URL
Browse files Browse the repository at this point in the history
Serverless Iiif does not support valkyrie.

Issue:
- #786
  • Loading branch information
ShanaLMoore committed Aug 30, 2024
1 parent 36cf84f commit 2360c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ extraEnvVars: &envVars
value: "5432"
- name: DB_USER
value: hyku-production-hyrax
- name: EXTERNAL_IIIF_URL
value: https://d3pg70bdc74ala.cloudfront.net/iiif/2
# - name: EXTERNAL_IIIF_URL
# value: https://d3pg70bdc74ala.cloudfront.net/iiif/2
- name: FCREPO_BASE_PATH
value: /adventist-production
- name: FCREPO_HOST
Expand Down
4 changes: 2 additions & 2 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ extraEnvVars: &envVars
value: "5432"
- name: DB_USER
value: hyku-dev-hyrax
- name: EXTERNAL_IIIF_URL
value: https://d3pg70bdc74ala.cloudfront.net/iiif/2
# - name: EXTERNAL_IIIF_URL
# value: https://d3pg70bdc74ala.cloudfront.net/iiif/2
- name: FCREPO_BASE_PATH
value: /adventist-dev
- name: FCREPO_HOST
Expand Down

0 comments on commit 2360c3b

Please sign in to comment.