Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ops/friends-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ extraEnvVars: &envVars
value: good_job
- name: HYRAX_FITS_PATH
value: /app/fits/fits.sh
- name: HYRAX_UPLOAD_PATH
value: "/app/samvera/hyrax-webapp/public/uploads"
- name: HYRAX_USE_SOLR_GRAPH_NESTING
value: "true"
- name: IN_DOCKER
Expand Down
2 changes: 2 additions & 0 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ extraEnvVars: &envVars
value: good_job
- name: HYRAX_FITS_PATH
value: /app/fits/fits.sh
- name: HYRAX_UPLOAD_PATH
value: "/app/samvera/hyrax-webapp/public/uploads"
- name: HYRAX_USE_SOLR_GRAPH_NESTING
value: "true"
- name: IN_DOCKER
Expand Down
Loading