annotate config/initializers/filter_parameter_logging.rb @ 251:43cbceac80ab
Remove model test and add client test
author |
nanaya <me@nanaya.net> |
date |
Mon, 17 Jul 2023 20:54:04 +0900 |
parents |
2335107f35d0 |
children |
89f6c0016bab |
rev |
line source |
0
|
1 # Be sure to restart your server when you modify this file.
|
|
2
|
|
3 # Configure sensitive parameters which will be filtered from the log file.
|
214
|
4 Rails.application.config.filter_parameters += [
|
|
5 :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
|
|
6 ]
|