# Payment Gateway Configuration
# Get your keys from the respective dashboards

# Flutterwave - https://dashboard.flutterwave.com
# Use test keys for development
FLUTTERWAVE_PUBLIC_KEY=FLWPUBK_TEST-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-X
FLUTTERWAVE_SECRET_KEY=FLWSECK_TEST-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-X
FLUTTERWAVE_IS_LIVE=false

# JWT
JWT_SECRET=webbooks_jwt_secret_2024
JWT_EXPIRY=3600
