|
|
@ -2,5 +2,5 @@ |
|
|
|
|
|
|
|
|
|
|
|
# Configure sensitive parameters which will be filtered from the log file. |
|
|
|
# Configure sensitive parameters which will be filtered from the log file. |
|
|
|
Rails.application.config.filter_parameters += %i[ |
|
|
|
Rails.application.config.filter_parameters += %i[ |
|
|
|
passw secret token crypt salt certificate otp ssn |
|
|
|
passw secret token crypt salt certificate otp ssn reset_password_token |
|
|
|
] |
|
|
|
] |
|
|
|