Enable debug for solr

This commit is contained in:
niten 2023-10-12 20:30:23 -07:00
parent 5f41638b07
commit 54901d63d2
1 changed files with 3 additions and 3 deletions

View File

@ -388,9 +388,9 @@ in {
plugin {
fts = solr
fts_solr = url=http://${cfg.solr.host}:${
toString cfg.solr.port
}/solr/dovecot
fts_solr = url=http://${cfg.solr.host}:${toString cfg.solr.port}/ ${
optionalString cfg.debug "debug"
}
}
mail_access_groups = ${cfg.mail-group}