mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
filter out api key
This commit is contained in:
parent
2690ef7050
commit
d81344c488
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ module Discourse
|
|||
config.filter_parameters += [
|
||||
:password,
|
||||
:pop3_polling_password,
|
||||
:api_key,
|
||||
:s3_secret_access_key,
|
||||
:twitter_consumer_secret,
|
||||
:facebook_app_secret,
|
||||
|
|
Loading…
Reference in a new issue