feat: add .env.example for ollama-mcp configuration

This commit is contained in:
Claude AI
2026-01-11 13:15:52 +00:00
parent 8a9dc6442e
commit 64de6df020

View File

@@ -0,0 +1,12 @@
# Gitea Configuration
GITEA_URL=https://git.thedevops.dev
GITEA_TOKEN=
GITEA_OWNER=admin
# Kubernetes Configuration
K8S_CONTEXT=
K8S_NAMESPACE=default
# MCP Server Ports
MCP_K8S_PORT=3001
MCP_GITEA_PORT=3002