APP_NAME=Dadofy
APP_URL=http://localhost:3000
APP_PORT=3000

# Database Fallback Mode
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=dadofy

SESSION_SECRET=dadofy_secret_key_9281a!@#
CSRF_SECRET=dadofy_csrf_dev_key_x7k2m

# SMTP Email Verification Settings
SMTP_HOST=smtp.mailtrap.io
SMTP_PORT=587
SMTP_USER=your_smtp_username
SMTP_PASS=your_smtp_password
SMTP_FROM=noreply@dadofy.id

# Google OAuth Settings
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/callback
