service-teams-browser-bot/.env.sample
ValueOn AG 043349f529 Initial commit: Browser-based Teams Meeting Bot
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 22:44:57 +01:00

18 lines
354 B
Text

# Service Configuration
PORT=4100
NODE_ENV=development
# Gateway WebSocket Connection
GATEWAY_WS_URL=wss://gateway-int.poweron-center.net/api/teamsbot/ws
# Bot Configuration
BOT_NAME=PowerOn AI
BOT_HEADLESS=true
# Logging
LOG_LEVEL=info
LOG_DIR=./output/logs
# Screenshots (for debugging)
SCREENSHOT_DIR=./output/screenshots
SCREENSHOT_ON_ERROR=true