API de comptabilité horaire.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

filter_parameter_logging.rb 260B

123456
  1. # Be sure to restart your server when you modify this file.
  2. # Configure sensitive parameters which will be filtered from the log file.
  3. Rails.application.config.filter_parameters += [
  4. :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
  5. ]