From b83031a20a060e6a3109072d8abc74916f3d1fff Mon Sep 17 00:00:00 2001 From: chrischristiansen-glitch Date: Sat, 23 May 2026 07:21:07 +0200 Subject: [PATCH] =?UTF-8?q?security:=20remove=20.env=20from=20repo=20?= =?UTF-8?q?=E2=80=94=20should=20never=20be=20committed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 4ffc44b..0000000 --- a/.env +++ /dev/null @@ -1,34 +0,0 @@ -# .env — OSVauco OPAX runtime config -# Usage: source .env -# NEVER commit this file to version control (it is in .gitignore) - -# ── Required ───────────────────────────────────────────────── -export PROJECT_ID="propane-will-491900-m5" -export REGION="us-central1" -export BILLING_ACCOUNT_ID="0171F6-057E6B-A260BA" -export ALERT_EMAIL="chris.christiansen@vauco.no" - -# ── Service Account ────────────────────────────────────────── -export AGENT_SA="vertex-agent-sa@propane-will-491900-m5.iam.gserviceaccount.com" - -# ── Cloud Run ──────────────────────────────────────────────── -export CLOUD_RUN_SERVICE="osvauco-agent" -export ARTIFACT_REPO="agent-images" - -# ── Vertex AI RAG Engine ───────────────────────────────────── -export RAG_CORPUS_DISPLAY_NAME="osvauco-corpus" -# Populated by 07-rag-setup.sh — copy corpus ID here after running: -export RAG_CORPUS_NAME="" - -# ── Memory Bank (Agent Engine) ──────────────────────────────── -export MEMORY_INSTANCE_DISPLAY_NAME="propane-will-491900-m5-memory-bank" -# Populated by 08-memorybank-setup.sh — copy engine ID here after running: -export MEMORY_ENGINE_NAME="" - -# ── Agent Models ───────────────────────────────────────────── -export ORCHESTRATOR_MODEL="gemini-2.0-flash-001" -export SUBAGENT_MODEL="gemini-2.0-flash-001" - -# ── CI/CD ──────────────────────────────────────────────────── -export GITHUB_OWNER="chrischristiansen-glitch" -export GITHUB_REPO="OSVauco"