Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set SECRET_KEY_BASE_DUMMY=1 for random value for build with rails 7.1
See: https://www.github.com/rails/rails/pull/46760 Note, we don't yet have require_master_key set to true, so this should work for now. We'll need to see if that changes when/if we add rails configuration options going forward. ``` irb(main):003:0> Rails.application.config.require_master_key => false ```
- Loading branch information