@@ -24,7 +24,7 @@ SOLR_URL = Config(
key="solr_url",
help=_("URL of the Solr Server."),
private=False,
- default="http://localhost:1978/solr/")
+ default="http://localhost:8983/solr/")
#SOLR_URLS = UnspecifiedConfigSection(
# "solr_urls",
@@ -479,7 +479,7 @@
[search]
# URL of the Solr Server
- ## solr_url=http://localhost:1978/solr/
+ ## solr_url=http://localhost:8983/solr/
###########################################################################
@@ -482,7 +482,7 @@