Sha256: 562e99ecbc2de5ac538c994a7c7b8f3bb5463bc5470a6386797e3676dc926a44
Contents?: true
Size: 554 Bytes
Versions: 58
Compression:
Stored size: 554 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, :state, :access_token, :refresh_token, :html_content, :text_content, ]
Version data entries
58 entries across 58 versions & 1 rubygems