20 lines
521 B
Plaintext
20 lines
521 B
Plaintext
# MCP Server Environment Configuration
|
|
|
|
# AI Model API Keys
|
|
# Get your Gemini API key from: https://makersuite.google.com/app/apikey
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
|
|
|
# Get your OpenAI API key from: https://platform.openai.com/api-keys
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
|
|
# Server Configuration
|
|
HOST=0.0.0.0
|
|
PORT=8000
|
|
|
|
# Gitea Configuration (default values)
|
|
DEFAULT_GITEA_URL=http://157.66.191.31:3000
|
|
DEFAULT_USERNAME=risadmin_prod
|
|
DEFAULT_PASSWORD=adminprod1234
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO |