View raw

1 # Be sure to restart your server when you modify this file. 2 3 # Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file. 4 # Use this to limit dissemination of sensitive information. 5 # See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors. 6 Rails.application.config.filter_parameters += [ 7 :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn 8 ] 9