4 changed files with 6 additions and 6 deletions
@ -1,6 +1,6 @@
|
||||
# Be sure to restart your server when you modify this file. |
||||
|
||||
# Configure sensitive parameters which will be filtered from the log file. |
||||
Rails.application.config.filter_parameters += [ |
||||
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn |
||||
Rails.application.config.filter_parameters += %i[ |
||||
passw secret token _key crypt salt certificate otp ssn |
||||
] |
||||
|
Loading…
Reference in new issue