annotate config/initializers/filter_parameter_logging.rb @ 493:30cf29ac9294
public-path confuses sprockets
author |
nanaya <me@nanaya.net> |
date |
Tue, 17 Jan 2023 02:52:30 +0900 |
parents |
88fd5722fcb3 |
children |
92929378413e |
rev |
line source |
431
|
1 # Be sure to restart your server when you modify this file.
|
|
2
|
|
3 # Configure sensitive parameters which will be filtered from the log file.
|
481
|
4 Rails.application.config.filter_parameters += [
|
|
5 :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
|
|
6 ]
|