mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-08-05 02:24:52 +00:00
Fix solr url in docspell.conf for the docker setup
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
db_url="jdbc:postgresql://db:5432/dbname"
|
db_url="jdbc:postgresql://db:5432/dbname"
|
||||||
db_user="dbuser"
|
db_user="dbuser"
|
||||||
db_pass="dbpass"
|
db_pass="dbpass"
|
||||||
solr_url="http://docspell-solr:8983/docspell"
|
solr_url="http://docspell-solr:8983/solr/docspell"
|
||||||
|
|
||||||
|
|
||||||
# This configures the restserver
|
# This configures the restserver
|
||||||
|
Reference in New Issue
Block a user