-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 734 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (20 loc) · 734 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
25
# Example environment variables for sloth-python.
# Copy this file to .env and replace placeholders with local values.
TANGERINE_URL=https://www.tangerine.ca/en/personal
DEEP_SEEK_URL=https://api.deepseek.com
OPENAI_URL=https://api.openai.com/v1
UI_LOCALE=en-US
SLEEP_TIME=1
COOKIE_BANNER_TIMEOUT_SECONDS=5
PW_HEADLESS=false
AI_GEN_BASE_URL=https://api.openai.com/v1
AI_GEN_MODEL=gpt-4.1
AI_GEN_MAX_DOM_CHARS=12000
AI_GEN_OUTPUT_DIR=pytest_demo/tests/ai/generated_playwright
SLOTH_MYSQL_HOST=localhost
SLOTH_MYSQL_PORT=3306
SLOTH_MYSQL_DB=slothdb
SLOTH_MYSQL_USER=slothuser
SLOTH_MYSQL_PASSWORD=replace-with-local-password
# Add real secrets only in .env, never in this example file.
# OPENAI_API_KEY=replace-with-your-local-key