# X2Chat Mobile Configuration

# API Configuration
API_BASE_URL=https://ix.x2chat.com
API_TIMEOUT=30000

# WebSocket
WS_URL=wss://ix.x2chat.com

# Security
ALLOW_SELF_SIGNED_CERTS=false

# Logging
ENABLE_LOGGING=true
LOG_LEVEL=debug

# Features
ENABLE_VOICE_MESSAGES=true
ENABLE_FILE_SHARING=true
ENABLE_NOTIFICATIONS=true
ENABLE_E2E_ENCRYPTION=true

# Environment
ENVIRONMENT=production
