Skip to content

Commit

Permalink
Merge pull request #2 from cosmo0920/add-secret-params
Browse files Browse the repository at this point in the history
Add secret params
  • Loading branch information
ixixi committed Jul 2, 2015
2 parents 5de5023 + 4f892ad commit bf621fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_couch.rb
Expand Up @@ -17,7 +17,7 @@ class CouchOutput < BufferedOutput
config_param :refresh_view_index , :string, :default => nil

config_param :user, :string, :default => nil
config_param :password, :string, :default => nil
config_param :password, :string, :default => nil, :secret => true

config_param :update_docs, :bool, :default => false
config_param :doc_key_field, :string, :default => nil
Expand Down

0 comments on commit bf621fc

Please sign in to comment.