12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
# Optional API override. Leave empty to use same-origin internal API routes.
|
|
NEXT_PUBLIC_API_URL=
|
|
APP_PORT=3000
|
|
|
|
# OpenClaw / ZeroClaw (OpenAI-compatible)
|
|
OPENCLAW_BASE_URL=http://localhost:4000
|
|
OPENCLAW_API_KEY=replace-with-your-agent-key
|
|
OPENCLAW_MODEL=zeroclaw
|
|
|
|
# SEC API etiquette
|
|
SEC_USER_AGENT=Fiscal Clone <support@fiscal.local>
|