docker/wildduck/config/wildduck-webmail/default.toml

20 lines
272 B
TOML

name = "WildDuck Webmail"
[www]
port = 3000
host = "0.0.0.0"
secure = false
[api]
url = "http://wildduck:8080"
[dbs]
redis = "redis://redis:6379/1"
mongodb = "mongodb://mongo:27017/wildduck"
[attachments]
type = "gridstore"
bucket = "attachments"
[log]
level = "info"