Skip to content

Commit e38f3dd

Browse files
committed
Clarify .env file path in documentation
1 parent d983ca4 commit e38f3dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/google_secops_extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You will be prompted for environment variables for the MCP configuration:
6565
3. `REGION` (Your Chronicle Region, e.g., `us`, `europe-west1`)
6666
4. `SERVER_URL` (e.g. https://chronicle.northamerica-northeast2.rep.googleapis.com/mcp, https://chronicle.us.rep.googleapis.com/mcp, etc.)
6767
68-
> **Note**: These values are persisted in `~/.gemini/extensions/google-secops/.env` and can be referenced by skills.
68+
> **Note**: These values are persisted in `~/.gemini/extensions/google-secops/.env` and can be referenced by skills. Also, you can change the values in this file if needed.
6969
7070
## Available Skills
7171

extensions/google-secops/GEMINI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ You will be prompted for environment variables for the MCP configuration:
6565
3. `REGION` (Your Chronicle Region, e.g., `us`, `europe-west1`)
6666
4. `SERVER_URL` (e.g. https://chronicle.northamerica-northeast2.rep.googleapis.com/mcp, https://chronicle.us.rep.googleapis.com/mcp, etc.)
6767
68-
> **Note**: These values are persisted in `~/.gemini/extensions/google-secops/.env` and can be referenced by skills.
68+
> **Note**: These values are persisted in `~/.gemini/extensions/google-secops/.env` and can be referenced by skills. Also, you can change the values in this file if needed.
6969
70-
When using the secops-hosted-mcp MCP Server, use these parameters from the .env for EVERY request:
70+
When using the secops-hosted-mcp MCP Server, use these parameters from the `.env` file (located at `~/.gemini/extensions/google-secops/.env`) for EVERY request:
7171
Customer ID: ${CUSTOMER_ID}
7272
Region: ${REGION}
7373
Project ID: ${PROJECT_ID}

0 commit comments

Comments
 (0)