From 50bb2d52c57795337c34d524e6ffd2611230e359 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 24 Aug 2016 12:58:24 +1000 Subject: [PATCH] filter alpi_username from logs --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index 577d127993a..9ceaaa7190c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -103,6 +103,7 @@ module Discourse :password, :pop3_polling_password, :api_key, + :api_username, :s3_secret_access_key, :twitter_consumer_secret, :facebook_app_secret,