wildduck/config/test.toml

25 lines
345 B
TOML
Raw Normal View History

2022-12-15 17:13:58 +08:00
[api]
port = 8080
2022-12-15 17:17:35 +08:00
host = "127.0.0.1"
2022-12-15 17:13:58 +08:00
secure = false
2017-07-26 20:50:54 +08:00
[log]
2022-12-15 17:13:58 +08:00
level = "silly"
2017-07-26 20:50:54 +08:00
[dbs]
2022-12-15 17:13:58 +08:00
# mongodb connection string for the main database
mongo = "mongodb://127.0.0.1:27017/wildduck-test"
2017-07-26 20:50:54 +08:00
2022-12-15 17:13:58 +08:00
# redis connection string
redis = "redis://127.0.0.1:6379/13"
2022-12-15 17:13:58 +08:00
dbname = "wildduck-test"
2017-12-15 17:02:47 +08:00
[imap]
2022-12-15 17:29:12 +08:00
port = 9993
host = "127.0.0.1"
2021-07-05 05:04:00 +08:00
[lmtp]
2022-12-15 17:13:58 +08:00
enabled = true
port = 2424