# Environment Variables for Bash VTU Application
# Copy this file to .env and fill in your actual values

# Database Configuration
DB_HOST=localhost
DB_PORT=3306
DB_NAME=abhdata
DB_USER=root
DB_PASS=

# Application Settings
APP_ENV=production
APP_DEBUG=false
APP_URL=https://abhdata.com

# Monnify Payment Gateway
MONNIFY_API_KEY=your_monnify_api_key
MONNIFY_SECRET=your_monnify_secret
MONNIFY_CONTRACT_CODE=your_contract_code
MONNIFY_CURRENCY=NGN

# SME PLUG SIM Hosting
SME_PLUG_API_KEY=3fd36ffc6f39eba70e3dd196388f8607c1fc64b3c684a7fa99c07f9b00ee9ec3

# Firebase Configuration
FIREBASE_SERVER_KEY=your_firebase_server_key
FIREBASE_TOPIC=your_topic
FIREBASE_SERVICE_ACCOUNT=backend/config/abhdata-f92b3-firebase-adminsdk-fbsvc-6094234839.json
FIREBASE_DATABASE_URL=https://abhdata-f92b3-default-rtdb.firebaseio.com