# Gemini Companion Plugin Configuration # ====================================== # NOTE: You typically don't need to edit this file manually. # Configuration is auto-set after running 'codevibe-gemini login'. # # Copy this file to .env.production or .env.development and fill in values. # Server Configuration PORT=3456 HOST=localhost # AWS Configuration # These values are provided by the CodeVibe service AWS_REGION=us-east-1 APPSYNC_URL=https://your-appsync-endpoint.appsync-api.us-east-1.amazonaws.com/graphql # Cognito Configuration (for OAuth authentication) COGNITO_USER_POOL_ID=us-east-1_xxxxxxxxx COGNITO_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxx COGNITO_DOMAIN=your-domain.auth.us-east-1.amazoncognito.com # Gemini Configuration GEMINI_COMMAND=gemini GEMINI_TIMEOUT=60000 # Logging Configuration LOG_FILE=/tmp/codevibe-gemini-mcp.log LOG_LEVEL=info