Skip to content

Commit

Permalink
Merge pull request #183 from 4teamwork/mba/solr-port
Browse files Browse the repository at this point in the history
Use default Solr port during development
  • Loading branch information
mbaechtold authored Jan 14, 2021
2 parents 02b0ae9 + 0aa0dd6 commit bcd7f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone-development-solr-v2.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
solr-core-name = plone
solr-port = 8389
solr-port = 8983

parts += solr

Expand All @@ -14,4 +14,4 @@ zcml-additional-fragments +=
[solr]
recipe = ftw.recipe.solr
port = ${buildout:solr-port}
cores = ${buildout:solr-core-name}
cores = ${buildout:solr-core-name}

0 comments on commit bcd7f9f

Please sign in to comment.