-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 781 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy this file to .env and customize for your environment.
# Do not commit secrets to .env; use dotenvx vaults for sensitive values.
VITE_BACKEND_BASE_URL=http://localhost:4000
VITE_APPIUM_SERVER_URL=http://127.0.0.1:4723/
VITE_APK_PATH=/Users/priyankalalge/SAAS/Scoreboard/AppiumPythonClient/test/apps/kotlinconf.apk
VITE_PACKAGE_NAME=com.jetbrains.kotlinconf
VITE_APP_ACTIVITY=.*
BACKEND_PORT=4000
FRONTEND_PORT=5173
ENCORE_DASHBOARD_PORT=9400
APPIUM_PORT=4723
NODE_ENV=development
WORKTREE_MODE=main
WORKTREE_NAME=ScreenGraph
ENABLE_MULTI_WORKTREE=true
ENABLE_GRAPH_STREAM=true
# Expected Run Metrics (for deterministic testing)
# These values represent the expected outcomes when running the agent with the default app configuration
EXPECTED_UNIQUE_SCREENS_DISCOVERED=1