budget/config/initializers/filter_parameter_logging.rb
Andrew Tomaka 72ffe7215d
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Start running Rails from the main branch (#16)
Reviewed-on: #16
2024-06-21 23:35:36 -04:00

8 lines
456 B
Ruby

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