wildduck/config/test.toml
2022-12-15 11:29:12 +02:00

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