diff options
-rw-r--r-- | config/solr.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/solr.yml-example b/config/solr.yml-example index c3505d3f3..00100439e 100644 --- a/config/solr.yml-example +++ b/config/solr.yml-example @@ -6,5 +6,8 @@ development: url: http://localhost:8999/solr +test: + url: http://localhost:8991/solr + production: url: http://localhost:8983/solr |