18 lines
354 B
Text
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
|