# APP CONFIG
APP_ENV=production
APP_URL=https://puzzle.ortcoin.org/api
CORS_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000,http://localhost:5174,https://puzzle.ortcoin.org

# DATABASE CONFIG (MySQL)
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=okratech_orixtest
DB_USER=okratech_orixtestUser
DB_PASS=&FYk&k&;J9bkzYP3

# SECURITY KEYS
ENCRYPTION_MASTER_KEY=e8f9a01234567890abcdef1234567890
JWT_SECRET=super_secret_jwt_key_orix_saas_2026_change_me
JWT_ACCESS_EXPIRY=86400 # 24 hours
JWT_REFRESH_EXPIRY=2592000 # 30 days

# GOOGLE OAUTH
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here

# PRIVY PAYMENTS & AUTH
PRIVY_APP_ID=your_privy_app_id_here
PRIVY_APP_SECRET=your_privy_app_secret_here

# STRIPE PAYMENTS
STRIPE_SECRET_KEY=sk_test_xxxx
STRIPE_WEBHOOK_SECRET=whsec_xxxx

# CRYPTO PAYMENTS (BSC Web3)
BSC_RPC_URL=https://bsc-dataseed.binance.org/
CRYPTO_RECEIVER_WALLET=0x1a174435c376a1851c32bbd214b1ec2be0cd9a4e
USDT_CONTRACT_BSC=0x55d398326f99059fF775485246999027B3197955
USDC_CONTRACT_BSC=0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d
