mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Fix solr url in docspell.conf for the docker setup
This commit is contained in:
parent
8c9732c761
commit
180b8b3969
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user