feat: add .env.example for ollama-mcp configuration
This commit is contained in:
12
apps/ollama-mcp/.env.example
Normal file
12
apps/ollama-mcp/.env.example
Normal 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
|
||||||
Reference in New Issue
Block a user