wildduck v4
This commit is contained in:
20
wildduck/config/wildduck-webmail/default.toml
Normal file
20
wildduck/config/wildduck-webmail/default.toml
Normal 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"
|
||||
Reference in New Issue
Block a user