Files
urukprize/backend/.env.example
T

34 lines
1000 B
Bash

APP_NAME="Uruk International Prize"
APP_ENV=production
APP_DEBUG=false
APP_URL=https://urukprize.intaleqapp.com
APP_SECRET=a8f93e7c8b2a19d0473e65fb2c884a1e95c72d0f36b81a4e72d9c05814bf26e1
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=urukprizeDB
DB_USERNAME=urukprizeUser
DB_PASSWORD=your_password_here
# OTPIQ Service Credentials (Iraq SMS & WhatsApp Gateway)
OTPIQ_API_KEY=your_otpiq_api_key
OTPIQ_SENDER_ID=URUK-PRIZE
OTPIQ_ENDPOINT=https://api.otpiq.com/api/sms
# SwiftPayIQ Credentials (Aggregator Sandbox / Production)
SWIFTPAY_API_KEY=your_swiftpay_key
SWIFTPAY_SECRET=your_swiftpay_secret
SWIFTPAY_ENDPOINT=https://api.swiftpayiq.com/v1
# SuperQi / ZainCash Notification Listener Secret
NOTIFICATION_INGEST_SECRET=secure_ingest_key_for_android_bridge_listener
# Official Telegram Verification Bot
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
TELEGRAM_BOT_USERNAME=UrukPrizeBot
# JWT & Dynamic Encryption Secrets
JWT_SECRET=super_secret_jwt_signature_key_2026_uruk
QR_TOKEN_LIFETIME=90