# MongoDB Configuration
MONGO_HOST=168.231.113.219
MONGO_PORT=27017
MONGO_USER=titandrillingadminuser
MONGO_PASSWORD=mrdThsSnATwD231hbOPmnhj
MONGO_DATABASE=titan_drilling
MONGO_AUTH_SOURCE=admin

# Server Configuration
PORT=5000
DOCUMENT_PORT=5001
SERVER_IP=168.231.113.219

# Security
NODE_ENV=production
CORS_ORIGIN=*

# Body Parser Limits
BODY_PARSER_LIMIT=100mb

