# Gaming Tournament Platform - Environment Configuration

# Application
APP_NAME="Elite Gaming Tournament"
APP_URL="httsp://desitournament.top"
APP_ENV="development"

# Database
DB_HOST="localhost"
DB_PORT=3306
DB_USERNAME="hnhfshow_topup"
DB_PASSWORD="Munna1212####000011"
DB_NAME="hnhfshow_topup"

# SMS Configuration (Optional)
SMS_ENABLED=false
SMS_API_KEY=""
SMS_SENDER_ID=""

# Firebase Configuration (Optional)
FIREBASE_DATABASE_URL=""
FIREBASE_SERVICE_ACCOUNT_PATH=""

# Payment Configuration
MIN_DEPOSIT=10
MAX_DEPOSIT=50000
MIN_WITHDRAWAL=100
MAX_WITHDRAWAL=100000
WITHDRAWAL_CHARGE_PERCENT=1.5

# Timezone
TIMEZONE="Asia/Dhaka"
