self.configurable_fields

in lib/connectors/mongodb/connector.rb [35:57]


      def self.configurable_fields
        {
          :host => {
            :label => 'Server Hostname'
          },
          :user => {
            :label => 'Username'
          },
          :password => {
            :label => 'Password'
          },
          :database => {
            :label => 'Database'
          },
          :collection => {
            :label => 'Collection'
          },
          :direct_connection => {
            :label => 'Direct connection? (true/false)'
          }
        }
      end