first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# LLM — any OpenAI-compatible endpoint
|
||||
# OpenAI: MODEL_BASE_URL=https://api.openai.com/v1 MODEL_NAME=gpt-4o
|
||||
# Anthropic via LiteLLM: MODEL_BASE_URL=http://localhost:4000 MODEL_NAME=claude-sonnet-4-6
|
||||
# Ollama: MODEL_BASE_URL=http://localhost:11434/v1 MODEL_NAME=llama3.2 MODEL_API_KEY=ollama
|
||||
MODEL_API_KEY=
|
||||
MODEL_BASE_URL=https://api.openai.com/v1
|
||||
MODEL_NAME=gpt-4o
|
||||
|
||||
# Google OAuth2 ("Sign in with Google")
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
|
||||
# HashiCorp Vault (agent identities for A2A)
|
||||
VAULT_ADDR=http://localhost:8200
|
||||
VAULT_ROLE=backlog-agent
|
||||
VAULT_JWKS_URL=http://localhost:8200/v1/identity/oidc/.well-known/keys
|
||||
|
||||
# Jira MCP server (pm-jira-mcp)
|
||||
JIRA_MCP_URL=http://localhost:9000/mcp
|
||||
|
||||
# Google Calendar
|
||||
GOOGLE_CALENDAR_SCOPES=https://www.googleapis.com/auth/calendar.events
|
||||
|
||||
# Metabase
|
||||
METABASE_URL=
|
||||
METABASE_API_KEY=
|
||||
Reference in New Issue
Block a user