-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (27 loc) · 2 KB
/
.env.example
File metadata and controls
31 lines (27 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ══════════════════════════════════════════════════════════════════════
# **Agentic Payments Bot** is a payment serivce/gateway/bot/agent/assistant
# with support for and providing of X402 and AP2 server and client,
# and providing an Open Agent Skills Ecosystem compliant skill
# (for Open Agent Skills Ecosystem compliant manifests,
# in YAML frontmatter and markdown format, including OpenClaw, Claude Code,
# Codex, Junie, OpenCode, GitHub Copilot, Gemini CLI, etc.).
# ══════════════════════════════════════════════════════════════════════
# Agentic Payments Bot — Environment Variables
# Copy to .env and fill in real values (or use dry-run mode).
# ══════════════════════════════════════════════════════════════════════
# ── AWS KMS (required for production, ignored in dry-run) ───────────
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_SESSION_TOKEN=
AWS_KMS_KEY_ID=
AWS_REGION=us-east-1
# ── Dry-Run Mode ────────────────────────────────────────────────────
# 64-char hex string (256-bit AES key). Auto-generated on first dry-run
# if empty. You can also set it manually for reproducible demos.
DRYRUN_ENCRYPTION_KEY=
# ── OpenClaw (for Docker deployment) ────────────────────────────────
# LLM_PROVIDER=anthropic
# LLM_API_KEY=
# OPENCLAW_GATEWAY_TOKEN=
# ── Optional: override config path for web API ─────────────────────
# CONFIG_PATH=config/production.yaml