# RZMX MCP Server Environment Configuration
# Server Configuration
PORT=3000
BASE_URI=http://localhost:3000
# For production deployment, set BASE_URI to your production URL:
# BASE_URI=https://rmx-mcp.onrender.com
# Rezoomex API Configuration
REZOOMEX_BASE_URL=https://awsapi-gateway.rezoomex.com
REZOOMEX_LOGIN_URL=https://workspace.rezoomex.com/account/login
# API Configuration
API_TIMEOUT=10000
USER_AGENT=Rezoomex-MCP-Client/1.0
# Session Configuration (in milliseconds)
SESSION_TIMEOUT=86400000
TEMP_TOKEN_TIMEOUT=300000
# Logging Configuration
LOG_LEVEL=info
# OAuth2 Configuration
OAUTH2_CLIENT_ID=rzmx
OAUTH2_CLIENT_SECRET=your_client_secret_here
# Security Configuration
CORS_ORIGINS=http://localhost:3000,https://your-domain.com