21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-23 10:48:50 +02:00
chexpire/config/initializers/filter_parameter_logging.rb

7 lines
260 B
Ruby
Raw Normal View History

2018-05-23 10:32:04 +02:00
# Be sure to restart your server when you modify this file.
# Configure sensitive parameters which will be filtered from the log file.
2022-02-13 10:25:06 +01:00
Rails.application.config.filter_parameters += [
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
]