Skip to content

Commit 22b3751

Browse files
committed
fsa
1 parent 5ffd7d2 commit 22b3751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/application.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ class Application < Rails::Application
1111
# Initialize configuration defaults for originally generated Rails version.
1212
config.load_defaults 8.0
1313

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"]
1717

1818
# Please, add to the `ignore` list any other `lib` subdirectories that do
1919
# not contain `.rb` files, or that should not be reloaded or eager loaded.

0 commit comments

Comments
 (0)