14 líneas
314 B
TOML
14 líneas
314 B
TOML
# Database configuration
|
|
|
|
## MongoDB connection string
|
|
#mongo="mongodb://127.0.0.1:27017/wildduck"
|
|
#
|
|
## Database name for ZoneMTA data in MongoDB. In most cases it should be the same as in the connection string
|
|
#sender="zone-mta"
|
|
#
|
|
## Redis connection information
|
|
#[redis]
|
|
#host = "localhost"
|
|
#port = 6379
|
|
#db = 2
|