Skip to content

docs(render): add .env.example for local runs#4

Merged
Ho1yShif merged 1 commit into
mainfrom
docs/render-env-example
Jul 7, 2026
Merged

docs(render): add .env.example for local runs#4
Ho1yShif merged 1 commit into
mainfrom
docs/render-env-example

Conversation

@Ho1yShif

@Ho1yShif Ho1yShif commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Adds a committed .env.example — a hard requirement for the Render template quality bar (item 4).

What

Lists the three env vars the template reads, with placeholder-only values:

  • ANTHROPIC_API_KEY — powers the agent's LLM calls
  • NANOBOT_WEB_TOKEN — the WebUI access gate
  • PORT — the port the WebSocket/WebUI channel binds (8765)

Why

The quality bar requires a minimal, concise .env.example that lists every env var the app reads, consistent with render.yaml and the README. It documents the local-run path (cp .env.example .env) without committing any secret.

Verified

  • .env.example is not gitignored; .env is (git check-ignore).
  • Values match the ${ANTHROPIC_API_KEY} / ${NANOBOT_WEB_TOKEN} references in render-config.json and the sync: false vars in render.yaml.
  • No real secrets — placeholders only.

🤖 Generated with Claude Code

List the three env vars the template reads (ANTHROPIC_API_KEY,
NANOBOT_WEB_TOKEN, PORT) with placeholder-only values, consistent with
render.yaml and the README. .env stays gitignored; this example does not.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Ho1yShif Ho1yShif merged commit 78e8691 into main Jul 7, 2026
6 checks passed
@Ho1yShif Ho1yShif deleted the docs/render-env-example branch July 7, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant