update stalwart-mail config to use new paths
This commit is contained in:
parent
ebcd4a2cc4
commit
96e6eb8639
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ directory = "internal"
|
|||
|
||||
[store.rocksdb]
|
||||
type = "rocksdb"
|
||||
path = "/opt/stalwart-mail/data"
|
||||
path = "/opt/stalwart/data"
|
||||
compression = "lz4"
|
||||
|
||||
[directory.internal]
|
||||
|
@ -52,7 +52,7 @@ store = "rocksdb"
|
|||
[tracer.log]
|
||||
type = "log"
|
||||
level = "info"
|
||||
path = "/opt/stalwart-mail/logs"
|
||||
path = "/opt/stalwart/logs"
|
||||
prefix = "stalwart.log"
|
||||
rotate = "daily"
|
||||
ansi = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue