# Database Configuration
# DB_HOST=localhost
# DB_NAME=eliazar225_gantt_viewer
# DB_USER=eliazar225_gantt_user
# DB_PASS=your_db_password_here

DB_HOST=localhost
DB_NAME=gantt_viewer
DB_USER=gantt_user
DB_PASS=gantt_pass_2026

# 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
