module SearchSolrTools::SolrEnvironments

configuration to work with solr locally, or on integration/qa/staging/prod

Constants

YAML_ENVS

Public Class Methods

[](env = :development) click to toggle source
# File lib/search_solr_tools/config/environments.rb, line 10
def self.[](env = :development)
  YAML_ENVS[env.to_sym]
end