mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-10 09:58:08 +08:00
10 lines
206 B
TOML
10 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"
|