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]
|
[store.rocksdb]
|
||||||
type = "rocksdb"
|
type = "rocksdb"
|
||||||
path = "/opt/stalwart-mail/data"
|
path = "/opt/stalwart/data"
|
||||||
compression = "lz4"
|
compression = "lz4"
|
||||||
|
|
||||||
[directory.internal]
|
[directory.internal]
|
||||||
|
@ -52,7 +52,7 @@ store = "rocksdb"
|
||||||
[tracer.log]
|
[tracer.log]
|
||||||
type = "log"
|
type = "log"
|
||||||
level = "info"
|
level = "info"
|
||||||
path = "/opt/stalwart-mail/logs"
|
path = "/opt/stalwart/logs"
|
||||||
prefix = "stalwart.log"
|
prefix = "stalwart.log"
|
||||||
rotate = "daily"
|
rotate = "daily"
|
||||||
ansi = false
|
ansi = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue