-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
62 lines (54 loc) · 1.71 KB
/
Copy path.env.example
File metadata and controls
62 lines (54 loc) · 1.71 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
50
51
52
53
54
55
56
57
58
59
60
61
62
API_PORT=8000
DATABASE_URL=postgresql://your-neon-postgres-connection-string?sslmode=require
ENVIRONMENT=local
SECRET_KEY=replace-with-a-long-random-value
FRONTEND_ORIGIN=http://localhost:3000
PUBLIC_BASE_URL=http://localhost:3000
API_BASE_URL=http://localhost:8000
# Postgres control plane (Neon, RDS, or local Postgres)
DATABASE_URL=postgresql://user:password@host:5432/teamgraph?sslmode=require
SESSION_TTL_HOURS=168
INVITATION_TTL_HOURS=72
DEMO_MODE=true
# Hosted Neo4j or local Docker
NEO4J_URI=bolt://localhost:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=replace-me
NEO4J_DATABASE=neo4j
# Graphiti provider order: gemini | openai
GRAPHITI_LLM_PROVIDER=gemini
GRAPHITI_GROUP_ID=teamgraph
GRAPHITI_BUILD_INDICES=true
GEMINI_API_KEY=
GEMINI_MODEL=gemini-2.5-flash-lite
OPENAI_API_KEY=
OPENAI_MODEL=gpt-4.1-mini
OPENAI_BASE_URL=
OPENAI_EMBEDDING_MODEL=text-embedding-3-small
# Local-only MCP development bypass. Production keys are created in the UI.
TEAMGRAPH_API_KEY=change-local-dev-key
TEAMGRAPH_ORG_ID=org_1
TEAMGRAPH_ORG_NAME=Acme AI Lab
TEAMGRAPH_DEFAULT_PROJECT=Core Platform
TEAMGRAPH_DEFAULT_DOMAIN=acme.local
# Connectors Configuration
# GitHub App settings
GITHUB_APP_ID=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_WEBHOOK_SECRET=
GITHUB_PRIVATE_KEY=
GITHUB_APP_SLUG=
# Slack Application settings
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_SIGNING_SECRET=
SLACK_BOT_SCOPES=channels:history,channels:read,groups:history,groups:read,users:read
# Google Workspace / Drive settings
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_DRIVE_SCOPES=https://www.googleapis.com/auth/drive.readonly https://www.googleapis.com/auth/userinfo.email
# Notion Integration settings
NOTION_CLIENT_ID=
NOTION_CLIENT_SECRET=
NOTION_INTEGRATION_TOKEN=