# Frontend Environment Variables

# Backend API URL
REACT_APP_BACKEND_URL=http://localhost:8001

# App Configuration
REACT_APP_NAME="MLM System"
REACT_APP_VERSION="2.0.0"

# Feature Flags
REACT_APP_ENABLE_CRYPTO=true
REACT_APP_ENABLE_TELEGRAM=true
