mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Print solr url on start
This is useful info to see which url has been selected, same as db connection.
This commit is contained in:
@ -46,7 +46,8 @@ object Main extends IOApp {
|
||||
cfg.backend.jdbc.url,
|
||||
Option(System.getProperty("config.file")),
|
||||
cfg.appId,
|
||||
cfg.baseUrl
|
||||
cfg.baseUrl,
|
||||
Some(cfg.fullTextSearch.solr.url).filter(_ => cfg.fullTextSearch.enabled)
|
||||
)
|
||||
val pools = for {
|
||||
cec <- connectEC
|
||||
|
Reference in New Issue
Block a user