# .env
DB_HOST=localhost
DB_NAME=flight_booking
DB_USER=root
DB_PASS=

AMADEUS_API_KEY=your_amadeus_api_key_here
AMADEUS_API_SECRET=your_amadeus_api_secret_here
AMADEUS_BASE_URL=https://test.api.amadeus.com

PAYSTACK_PUBLIC_KEY=your_paystack_public_key
PAYSTACK_SECRET_KEY=your_paystack_secret_key

CACHE_DIR=storage/cache/