Use source name from config file for integration endpoint uploads

Fixes: #389
This commit is contained in:
Eike Kettner
2020-10-26 22:35:25 +01:00
parent 0f84200118
commit 0114bb4d72
7 changed files with 21 additions and 4 deletions

View File

@ -2,7 +2,8 @@ package docspell.common
object DocspellSystem {
val taskGroup = Ident.unsafe("docspell-system")
val user = Ident.unsafe("docspell-system")
val taskGroup = user
val migrationTaskTracker = Ident.unsafe("full-text-index-tracker")
}