module Legion::Extensions::ElasticAppSearch

Constants

VERSION

Public Class Methods

default_settings() click to toggle source
# File lib/legion/extensions/elastic_app_search.rb, line 8
def self.default_settings
  {
    host: 'http://localhost:3002'
  }
end