Files
docker-compose-hatthieves/production/haraka-wildduck/wildduck-mta/config/dbs-production.toml
Your Name 52d607ee8e modified
2020-07-03 11:49:11 +00:00

16 líneas
377 B
TOML

# Database configuration
# this file is loaded when NODE_ENV=production
# MongoDB connection string
mongo="mongodb://172.200.0.103:27017/zone-mta"
# Redis connection string
redis="redis://172.200.0.102:6379/2"
# Database name for ZoneMTA data in MongoDB. In most cases it should be the same as in the connection string
sender="zone-mta"
users="wildduck"
gridfs="wildduck"