This commit is contained in:
Echo
2025-07-25 11:44:22 -04:00
parent f29e582dbf
commit 5ffd7d2fe9

View File

@@ -11,6 +11,10 @@ module Harbor
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 8.0
config.active_record.encryption.primary_key = ENV["ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY"]
config.active_record.encryption.deterministic_key = ENV["ACTIVE_RECORD_E NCRYPTION_DETERMINISTIC_KEY"]
config.active_record.encryption.key_derivation_salt = ENV["ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT"]
# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
# Common ones are `templates`, `generators`, or `middleware`, for example.