# Development environment variables for local testing # These are only used in local development with --local flag # Admin authentication ADMIN_SECRET=your-secret-key-here SESSION_SECRET=your-session-secret-here # Database (handled by wrangler --local flag) # DB binding is automatically configured in local development