# API Configuration
API_BASE_URL=https://preptab-fc2fa0d87548.herokuapp.com/api/v1
# API_BASE_URL=http://10.0.2.2:8000/api/v1
# API_BASE_URL=https://4bc68db84dfb.ngrok-free.app/api/v1
API_TIMEOUT=30000
API_CONNECT_TIMEOUT=30000
API_RECEIVE_TIMEOUT=30000

# Sync Configuration
SYNC_RETRY_ATTEMPTS=3
SYNC_RETRY_DELAY=5000
ENABLE_SYNC_LOGGING=true

# Database Configuration
DB_NAME=preptab_mobile.db
DB_VERSION=5

# Feature Flags
ENABLE_OFFLINE_MODE=true
ENABLE_AUDIO_PLAYBACK=true
ENABLE_ANALYTICS=true

# App Configuration
APP_NAME=PrepTab Mobile
APP_VERSION=1.0.2
DEBUG_MODE=true
ENABLE_LOGGING=true
LOG_LEVEL=info

FLUTTER_ENV=production