Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
# .env.example — Copy to .env for local development
|
|
# NEVER commit .env to Git. Add .env to .gitignore.
|
|
|
|
# GCP project and region (required)
|
|
GOOGLE_CLOUD_PROJECT=propane-will-491900-m5
|
|
GOOGLE_CLOUD_LOCATION=us-central1
|
|
|
|
# Authentication mode: True = Vertex AI (ADC), False = Gemini API key
|
|
GOOGLE_GENAI_USE_VERTEXAI=True
|
|
|
|
# Only set if GOOGLE_GENAI_USE_VERTEXAI=False (local testing without gcloud)
|
|
# GOOGLE_API_KEY=your-api-key-here
|
|
|
|
# RAG corpus resource name — DEAKTIVERT i root_agent (CI6)
|
|
# Blokkerte AFC når kombinert med FunctionTools. TODO: sub-agent når korpus er oppdatert.
|
|
# RAG_CORPUS=projects/propane-will-491900-m5/locations/europe-west4/ragCorpora/XXXXXXXXX
|
|
|
|
# Agent Engine ID (from memory_setup.py output)
|
|
# AGENT_ENGINE_ID=your-agent-engine-id
|
|
|
|
# OPAX-MCP server URL (intern CI/CD-kanal)
|
|
MCP_SERVER_URL=https://opax-mcp-zjbqp3prqq-uc.a.run.app
|
|
|
|
# OPAX-MCP autentiseringsnøkkel — hentes fra Secret Manager: mcp-server-key
|
|
# På Cloud Run: mount via --update-secrets=MCP_SECRET=mcp-server-key:latest
|
|
# Lokalt: gcloud secrets versions access latest --secret=mcp-server-key
|
|
MCP_SECRET=your-mcp-secret-here
|
|
|
|
# MCP server URLs (if using Google managed MCP)
|
|
# MAPS_MCP_URL=https://maps.googleapis.com/mcp
|
|
# BIGQUERY_MCP_URL=https://bigquery.googleapis.com/mcp
|
|
|
|
# Maps API key (for Google Maps MCP)
|
|
# MAPS_API_KEY=your-maps-api-key
|