-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (43 loc) · 1.58 KB
/
Copy path.env.example
File metadata and controls
49 lines (43 loc) · 1.58 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
FLASK_ENV=development
SECRET_KEY=change-me
DATABASE_URL=sqlite:///aios_assistant.db
HOST=127.0.0.1
PORT=5000
# AI provider: rule_based, gemini, or openai
AI_PROVIDER=rule_based
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=qwen2.5:7b
OLLAMA_EMBED_MODEL=nomic-embed-text
MEMORY_VECTOR_BACKEND=auto
MEMORY_VECTOR_PATH=instance/memory_vectors
USER_DISPLAY_NAME=Anuranjan
GEMINI_API_KEY=
OPENAI_API_KEY=
# Integrations
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GMAIL_MBOX_PATH=
GMAIL_CREDENTIALS_PATH=credentials/google_client_secret.json
GMAIL_TOKEN_PATH=credentials/gmail_token.json
GMAIL_OPPORTUNITY_QUERY=
GMAIL_HACKATHON_QUERY=
JOB_PORTAL_IMPORT_DIR=imports/job_portals
HACKATHON_IMPORT_DIR=imports/hackathons
HACKATHON_SCAN_INTERVAL_MINUTES=15
WATCH_IMPORT_DIR=imports/watch
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Local app-to-app API token for trusted collectors such as What Do You Do
LOCAL_API_TOKEN=
# Desktop automation. Separate roots with ; on Windows and : on Linux.
# Defaults to the current user's Desktop, Documents, and Downloads folders.
AIOS_AUTOMATION_ALLOWED_ROOTS=
# Foreground clicks and typing stay off unless explicitly enabled.
AIOS_DESKTOP_CONTROL_ENABLED=0
# Browser automation stays inside an explicit domain allowlist.
AIOS_BROWSER_ALLOWED_DOMAINS=linkedin.com,internshala.com,wellfound.com,naukri.com,indeed.com,google.com,bing.com
AIOS_BROWSER_HEADLESS=0
# Career Copilot. GITHUB_TOKEN is optional and read from environment only.
# Leave it empty for local repository scanning.
GITHUB_TOKEN=
AIOS_CAREER_PROJECTS=AiOS,What Do You Do,Healthcare App,Video Enhancer,Hackathon Projects