mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-25 16:34:36 +08:00
17 lines
No EOL
280 B
TOML
17 lines
No EOL
280 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]
|
|
|
|
[lmtp]
|
|
enabled=true
|
|
port=2424 |