aboutsummaryrefslogtreecommitdiffstats
path: root/config/solr.yml-example
diff options
context:
space:
mode:
Diffstat (limited to 'config/solr.yml-example')
-rw-r--r--config/solr.yml-example10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/solr.yml-example b/config/solr.yml-example
new file mode 100644
index 000000000..a6f861839
--- /dev/null
+++ b/config/solr.yml-example
@@ -0,0 +1,10 @@
+# Config file for the acts_as_solr plugin.
+#
+# If you change the host or port number here, make sure you update
+# them in your Solr config file
+
+development:
+ url: http://localhost:8982/solr
+
+production:
+ url: http://localhost:8983/solr \ No newline at end of file