-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
44 lines (34 loc) · 1.33 KB
/
Copy path.env.example
File metadata and controls
44 lines (34 loc) · 1.33 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
# Second Brain Configuration
# Vault path (absolute or relative to project root)
VAULT_PATH=./vault
# Vault name used to build obsidian:// URLs (open notes in Obsidian).
# Must match exactly what Obsidian shows in its vault switcher.
# If empty, defaults to the vault folder name.
VAULT_NAME=
# API Keys (add the ones you have)
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GOOGLE_API_KEY=
# Active LLM provider: openai | anthropic | google
ACTIVE_PROVIDER=openai
# OpenAI model (for completions)
OPENAI_MODEL=gpt-4o-mini
# Anthropic model
ANTHROPIC_MODEL=claude-sonnet-4-20250514
# Google model
GOOGLE_MODEL=gemini-2.0-flash
# Server
HOST=0.0.0.0
PORT=8000
# App password (set on first run if empty)
APP_PASSWORD=
# Chrome browser import paths (optional; auto-detects the default profile if empty).
# Comma-separated. Point each entry at the *profile data directory* (the folder
# containing the `History` SQLite file and `Bookmarks` JSON file).
# Windows default: %LOCALAPPDATA%\Google\Chrome\User Data\Default
# macOS default: ~/Library/Application Support/Google/Chrome/Default
# Linux default: ~/.config/google-chrome/Default
# Add a profile per entry, e.g.:
# CHROME_HISTORY_PATHS=C:\Users\you\AppData\Local\Google\Chrome\User Data\Default,C:\Users\you\AppData\Local\Google\Chrome\User Data\Profile 1
CHROME_HISTORY_PATHS=
CHROME_BOOKMARKS_PATHS=