mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-05 23:51:53 +08:00
9 lines
206 B
TOML
9 lines
206 B
TOML
[log]
|
|
level="error"
|
|
|
|
[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"
|