# Copy this file to .env and fill in real values. Never commit .env to version control.

APP_ENV=production
APP_DEBUG=false
APP_URL=http://localhost
APP_KEY=changeme_generate_a_32_byte_random_string

DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=project_tracker
DB_USER=project_tracker_user
DB_PASS=change_this_password

SESSION_LIFETIME=120
SESSION_SECURE_COOKIE=true

PASSWORD_MIN_LENGTH=8
MAX_LOGIN_ATTEMPTS=5
LOCKOUT_MINUTES=15
