# TidyQuest Environment Variables # Copy this file to .env and fill in your values # Server Configuration NODE_ENV=production PORT=3000 # Security - REQUIRED in production # Generate a secure random string (at least 32 characters) # Example: openssl rand -base64 32 JWT_SECRET=change-this-to-a-secure-random-string-min-32-chars # Database (handled by Docker volume, no config needed) # Database file: ./data/tidyquest.db