Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scientist-softserv/adventist_knapsack
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Nov 7, 2024
2 parents 7a1364d + e19016c commit 36fc3df
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 49 deletions.
3 changes: 3 additions & 0 deletions config/initializers/pre_wings.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Rails.application.config.to_prepare do
WINGS_CONCERNS = [AdminSet, Collection, ConferenceItem, Dataset, Etd, ExamPaper, GenericWork, Image, JournalArticle, Oer, PublishedWork, Thesis].freeze
end
49 changes: 0 additions & 49 deletions config/initializers/wings.rb

This file was deleted.

10 changes: 10 additions & 0 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@ extraEnvVars: &envVars
value: adventist-knapsack-production-redis-master
- name: REDIS_URL
value: redis://:$REDIS_PASSWORD@adventist-knapsack-production-redis-master:6379/0
- name: REPOSITORY_S3_STORAGE
value: true
- name: REPOSITORY_S3_BUCKET
value: samvera-original-files
- name: REPOSITORY_S3_REGION
value: us-east-1
- name: REPOSITORY_S3_ACCESS_KEY
value: $AWS_ACCESS_KEY_ID
- name: REPOSITORY_S3_SECRET_KEY
value: $AWS_SECRET_ACCESS_KEY
- name: SECRET_KEY_BASE
value: $SECRET_KEY_BASE
- name: SENTRY_DSN
Expand Down
10 changes: 10 additions & 0 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,16 @@ extraEnvVars: &envVars
value: adventist-knapsack-staging-redis-master
- name: REDIS_URL
value: redis://:$REDIS_PASSWORD@adventist-knapsack-staging-redis-master:6379/0
- name: REPOSITORY_S3_STORAGE
value: "true"
- name: REPOSITORY_S3_BUCKET
value: samvera-original-files-staging
- name: REPOSITORY_S3_REGION
value: us-east-1
- name: REPOSITORY_S3_ACCESS_KEY
value: $AWS_ACCESS_KEY_ID
- name: REPOSITORY_S3_SECRET_KEY
value: $AWS_SECRET_ACCESS_KEY
- name: SECRET_KEY_BASE
value: $SECRET_KEY_BASE
- name: SENTRY_DSN
Expand Down

0 comments on commit 36fc3df

Please sign in to comment.