sunspot install
This commit is contained in:
23
config/sunspot.yml
Normal file
23
config/sunspot.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
production:
|
||||
solr:
|
||||
hostname: localhost
|
||||
port: 8983
|
||||
log_level: WARNING
|
||||
path: /solr/production
|
||||
# read_timeout: 2
|
||||
# open_timeout: 0.5
|
||||
|
||||
development:
|
||||
solr:
|
||||
hostname: localhost
|
||||
port: 8982
|
||||
log_level: INFO
|
||||
path: /solr/development
|
||||
|
||||
test:
|
||||
solr:
|
||||
hostname: localhost
|
||||
port: 8981
|
||||
log_level: WARNING
|
||||
path: /solr/test
|
||||
|
||||
Reference in New Issue
Block a user