mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -493,6 +493,7 @@ docspell.server {
|
||||
access-key = "username"
|
||||
secret-key = "password"
|
||||
bucket = "docspell"
|
||||
region = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -113,7 +113,9 @@ object ConfigFile {
|
||||
}
|
||||
|
||||
def filesValidate: Validation[Config] =
|
||||
Validation(cfg => cfg.backend.files.validate.map(_ => cfg))
|
||||
Validation(cfg =>
|
||||
cfg.backend.files.validate.map(f => cfg.copy(backend = cfg.backend.copy(files = f)))
|
||||
)
|
||||
|
||||
def postgresFtsValidate: Validation[Config] =
|
||||
Validation.failWhen(
|
||||
|
Reference in New Issue
Block a user