# Production Settings
DEBUG=False

# API Settings
TITLE="Mail Dispatcher API"
PORT=10230
HOST=127.0.0.1
PRODUCT_ID=1

# MongoDB Settings
MONGO_CUSTOMER_DB="mongodb+srv://antonioandriettineto:yU5CIMYcpy53uog2@customer.3zgtq52.mongodb.net/?retryWrites=true&w=majority"
MONGO_EMAIL_DB="mongodb+srv://antonioandriettineto:d966ffFomNEJVgxo@mailapi.yzuhzk5.mongodb.net/?retryWrites=true&w=majority"

# Documentation Settings
ENABLE_DOCUMENTATION=True
