Skip to content

Commit

Permalink
Merge pull request #3835 from sul-dlss/set-devise-secret
Browse files Browse the repository at this point in the history
Set the devise secret in all environments
  • Loading branch information
dnoneill committed Jan 31, 2024
2 parents 26e5a2f + 49355eb commit 913a1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ANALYTICS_DEBUG: true
PAGINATION_THRESHOLD: 250
EMAIL_THRESHOLD: 5
GENERATE_SITEMAP: true
DEVISE_SECRET_KEY: <%= Rails.application.secret_key_base %>
DISABLE_SESSIONS: false
THROTTLE_TRAFFIC: false
OCLC:
Expand Down

0 comments on commit 913a1ed

Please sign in to comment.