mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add key derivation salt
This commit is contained in:
parent
b2e1cdb074
commit
409503507c
2 changed files with 4 additions and 1 deletions
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
|
|
@ -29,7 +29,6 @@ jobs:
|
|||
PGHOST: localhost
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: postgres
|
||||
RAILS_MASTER_KEY: "${{ secrets.RAILS_MASTER_KEY }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
|
|
|
|||
|
|
@ -54,4 +54,8 @@ Rails.application.configure do
|
|||
# config.action_view.raise_on_missing_translations = true
|
||||
|
||||
config.action_controller.include_all_helpers = false
|
||||
|
||||
config.active_record.encryption.primary_key = 'test'
|
||||
config.active_record.encryption.deterministic_key = 'test'
|
||||
config.active_record.encryption.key_derivation_salt = 'test'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue