# ============================================================================= # Wallet Payment Server - Environment Configuration # ============================================================================= # Copy this to .env and fill in values: # cp .env.example .env # Or deploy to: /home/intaleq-walletintaleq/env/.env # ============================================================================= # Database dbname=WalletIntaleqDB USER=root PASS= # JWT / Security SECRET_KEY= SECRET_KEY_HMAC= FP_PEPPER= S2S_SHARED_KEY= PAYMENT_KEY= WEBHOOK_AUTH_TOKEN= CRON_KEY= # Encryption keyOfApp=<32_byte_hex> initializationVector=<16_byte_hex> # Gemini AI (receipt analysis) GEMINI_API_KEY= # Nabeh Integration (must match Nabeh's .env) NABEH_API_KEY= # Siro Backend URL (for phone→driverID resolution) # Used by verify_payment.php to call resolve_user.php # Example: https://api-syria.siromove.com/siro SIRO_BACKEND_URL=https://api-syria.siromove.com/siro # Admin login passwordnewpassenger= allowedWallet1=Tripz-Wallet allowedWallet2=Intaleq-Wallet