# Production Settings
DEBUG=False

# API Settings
TITLE="Elemental Engine"
PORT=10230
HOST=127.0.0.1
PRODUCT_ID=1

# MongoDB Settings
MONGO_CUSTOMER_DB=""
MONGO_EMAIL_DB=""

# Documentation Settings
ENABLE_DOCUMENTATION=True
z3