Sha256: 7ec14b544ff4775489ad6b6f60fb4ff7e9a7a7c32aa3ad2e713b6ae501d5fc56

Contents?: true

Size: 509 Bytes

Versions: 5

Compression:

Stored size: 509 Bytes

Contents

# typed: false
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.

# Configure parameters to be 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,
  :secret,
  :token,
  :_key,
  :crypt,
  :salt,
  :certificate,
  :otp,
  :ssn,
  :credentials,
  :html_content,
  :text_content,
]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hephaestus-0.1.3 templates/config/initializers/filter_parameter_logging.rb
hephaestus-0.1.2 templates/config/initializers/filter_parameter_logging.rb
hephaestus-0.1.1 templates/config/initializers/filter_parameter_logging.rb
hephaestus-0.0.2 templates/config/initializers/filter_parameter_logging.rb
hephaestus-0.0.1 templates/config/initializers/filter_parameter_logging.rb