mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-11 01:54:04 +08:00
14 lines
264 B
TOML
14 lines
264 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
|