# Oloitoktok Airstrip Resort — Administrative Environment Configuration

# MySQL Database Connection Details
# Update DB_NAME, DB_USER, and DB_PASS with your cPanel MySQL Database credentials
DB_HOST=localhost
DB_PORT=3306
DB_NAME=xlpuoarn_oloitokt_invoices
DB_USER=xlpuoarn_oloitokt_admin
DB_PASS=Oloitoktok@2026

# PHPMailer SMTP Settings
SMTP_HOST=mail.oloitoktokairstripresort.com
SMTP_PORT=465
SMTP_USERNAME=reservations@oloitoktokairstripresort.com
SMTP_PASSWORD=oloitoktok@2026
SMTP_ENCRYPTION=ssl
SMTP_FROM_EMAIL=reservations@oloitoktokairstripresort.com
SMTP_FROM_NAME="Oloitoktok Airstrip Resort Limited"

# PesaPal API 3.0 Payment Gateway Configuration
# Live Base URL: https://pay.pesapal.com/v3
# Sandbox Base URL: https://cybqa.pesapal.com/pesapalv3
# (Switch between Sandbox and Live by changing PESAPAL_BASE_URL)
PESAPAL_BASE_URL=https://pay.pesapal.com/v3
PESAPAL_CONSUMER_KEY=PLpjhJwos+sylUBknXi4OqvOyO3b6rNf
PESAPAL_CONSUMER_SECRET=hjsD3CLoto8MlbB5WCA4PbHYN5k=
PESAPAL_IPN_ID=
