# Flask Configuration FLASK_ENV=dev FLASK_APP=webserver.py SECRET_KEY=your-secret-key-here # Google OAuth Credentials (for user authentication) # Get these from https://console.cloud.google.com/apis/credentials google_client_id=your-google-client-id google_client_secret=your-google-client-secret # OpenAI API Key (users can also add this in the UI) # OPENAI_API_KEY=sk-your-openai-api-key