mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
24 lines
345 B
TOML
24 lines
345 B
TOML
[api]
|
|
port = 8080
|
|
host = "127.0.0.1"
|
|
secure = false
|
|
|
|
[log]
|
|
level = "silly"
|
|
|
|
[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]
|
|
port = 9993
|
|
host = "127.0.0.1"
|
|
|
|
[lmtp]
|
|
enabled = true
|
|
port = 2424
|