# Email Configuration - Development Settings
MAIL_USERNAME=nationalmedlabcoop@gmail.com
MAIL_PASSWORD=your_app_password_here

# Paystack Configuration - Test Keys (Replace with real keys)
PAYSTACK_SECRET_KEY=sk_test_demo_key_replace_with_real
PAYSTACK_PUBLIC_KEY=pk_test_demo_key_replace_with_real

# Flask Configuration
SECRET_KEY=dev-secret-key-for-testing-only
FLASK_ENV=development
