Skip to content

Commit

Permalink
Set the devise secret in all environments
Browse files Browse the repository at this point in the history
To prevent a deprecation warning from devise.  We override this value in deployed environments.
See heartcombo/devise#5644
  • Loading branch information
jcoyne committed Jan 31, 2024
1 parent bc5ec72 commit 49355eb
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 49355eb

Please sign in to comment.