15 líneas
271 B
TOML
15 líneas
271 B
TOML
[log]
|
|
level="error"
|
|
|
|
[dbs]
|
|
# # mongodb connection string for the main database
|
|
# mongo="mongodb://127.0.0.1:27017/wildduck-test"
|
|
#
|
|
# # redis connection string
|
|
# redis="redis://127.0.0.1:6379/13"
|
|
#
|
|
# dbname="wildduck-test"
|
|
|
|
[imap]
|
|
autoExpunge=false
|