Files
openclaw/skills/vk-bridge/references/.env.example
2026-02-23 08:30:07 +00:00

28 lines
811 B
Plaintext

# VK
VK_GROUP_ID=24068391
VK_TOKEN=vk1.a.your_group_token_here
VK_API_VERSION=5.199
VK_WAIT=25
# Local bridge endpoint (HTTP server from vk-openclaw-endpoint.mjs)
OPENCLAW_BRIDGE_URL=http://127.0.0.1:8787/vk/inbound
OPENCLAW_BRIDGE_TIMEOUT_MS=45000
# OpenClaw Responses API (for vk-openclaw-endpoint.mjs)
OPENCLAW_RESPONSES_URL=http://127.0.0.1:3100/v1/responses
OPENCLAW_GATEWAY_TOKEN=replace_with_gateway_token
OPENCLAW_AGENT_MODEL=openclaw:main
OPENCLAW_TIMEOUT_MS=60000
# Local endpoint bind
VK_ENDPOINT_HOST=127.0.0.1
VK_ENDPOINT_PORT=8787
VK_ENDPOINT_PATH=/vk/inbound
# Optional
# Comma-separated list of event types to process in bridge loop.
VK_ALLOWED_EVENTS=message_new
# 1 = try to auto-enable Long Poll + selected events via groups.setLongPollSettings
VK_SYNC_LONGPOLL_SETTINGS=1
LOG_LEVEL=info