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

17 lines
474 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 (your OpenClaw-side HTTP handler)
OPENCLAW_BRIDGE_URL=http://127.0.0.1:8787/vk/inbound
OPENCLAW_BRIDGE_TIMEOUT_MS=45000
# 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