File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ class Application < Rails::Application
11
11
# Initialize configuration defaults for originally generated Rails version.
12
12
config . load_defaults 8.0
13
13
14
- config . active_record . encryption . primary_key = ENV [ "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY " ]
15
- config . active_record . encryption . deterministic_key = ENV [ "ACTIVE_RECORD_E NCRYPTION_DETERMINISTIC_KEY " ]
16
- config . active_record . encryption . key_derivation_salt = ENV [ "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT " ]
14
+ config . active_record . encryption . primary_key = ENV [ "ENCRYPTION_PRIMARY_KEY " ]
15
+ config . active_record . encryption . deterministic_key = ENV [ "ENCRYPTION_DETERMINISTIC_KEY " ]
16
+ config . active_record . encryption . key_derivation_salt = ENV [ "ENCRYPTION_KEY_DERIVATION_SALT " ]
17
17
18
18
# Please, add to the `ignore` list any other `lib` subdirectories that do
19
19
# not contain `.rb` files, or that should not be reloaded or eager loaded.
You can’t perform that action at this time.
0 commit comments