mind reader
/
gitweb
/
projects
/
arelpe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdf97d
)
fixed logger error for app rb
author
Aidan Cornelius-Bell
<aidan@cornelius-bell.com>
Wed, 9 Oct 2024 21:59:10 +0000
(08:29 +1030)
committer
Aidan Cornelius-Bell
<aidan@cornelius-bell.com>
Wed, 9 Oct 2024 21:59:10 +0000
(08:29 +1030)
config/application.rb
patch
|
blob
|
history
diff --git
a/config/application.rb
b/config/application.rb
index 8a594dd10bf54bcb613fb60654a44987e06d4862..372e23c456b015e08cb493208ad0954c6af4db8f 100644
(file)
--- a/
config/application.rb
+++ b/
config/application.rb
@@
-41,7
+41,7
@@
module Arelpe
config.active_record.encryption.deterministic_key = Rails.application.credentials.active_record_encryption[:deterministic_key]
config.active_record.encryption.key_derivation_salt = Rails.application.credentials.active_record_encryption[:key_derivation_salt]
else
-
Rails.logger.warn "
Active Record encryption keys are not set in credentials."
+
puts "WARNING:
Active Record encryption keys are not set in credentials."
end
end
end