wildduck v4

This commit is contained in:
2025-06-05 18:05:37 -05:00
parent 73df166702
commit ca45cab9bd
4 changed files with 134 additions and 180 deletions

View File

@@ -0,0 +1,20 @@
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"