# Database Configuration
DB_HOST=localhost
DB_NAME=eliazar225_test_db
DB_USER=eliazar225_user
DB_PASS=215da59ab

# JWT Secret (Change this to a long random string!)
JWT_SECRET=your_random_secret_key_here_change_this_to_something_very_long_and_random

# Email Configuration (Brevo/SendinBlue)
# Sign up at https://www.brevo.com/ for free API key
BREVO_API_KEY=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
BREVO_SENDER_EMAIL=confirmation.pendant.app@gmail.com

# Optional: Server Configuration
# PORT=5000
