5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-20 22:52:05 +00:00
panel/config/initializers/filter_parameter_logging.rb
2020-12-24 15:02:03 -03:00

8 lines
285 B
Ruby

# frozen_string_literal: true
# Be sure to restart your server when you modify this file.
# Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += %i[
password passw secret token _key crypt salt certificate otp ssn
]