-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
32 lines (24 loc) · 872 Bytes
/
env.example
File metadata and controls
32 lines (24 loc) · 872 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
26
27
28
29
30
31
32
# Provider selection: "openai" | "ollama"
PROVIDER=openai
# OpenAI
OPENAI_API_KEY=sk-...
# Ollama (OpenAI-compatible)
OLLAMA_BASE_URL=http://localhost:11434/v1
OLLAMA_MODEL=llama3.1:8b
# Precheck & Platform API (uses same API key for authentication)
PRECHECK_URL=http://localhost:8080
PRECHECK_API_KEY=GAI_LOCAL_DEV_ABC
# MCP (optional, mock or local)
MCP_BASE_URL=http://localhost:9090
# Firecrawl API
FIRECRAWL_API_KEY=fc-your-api-key-here
# Platform API Configuration (for policy management)
# Note: Uses PRECHECK_API_KEY for authentication
PLATFORM_URL=http://localhost:3002
# Demo User Configuration (from seeded database)
DEMO_USER_ID=cmg6y0ie70001ikk227d049c7
# GovernsAI Authentication (OIDC)
AUTH_SECRET=your-auth-secret-here
NEXTAUTH_URL=http://localhost:3000
GOVERNSAI_CLIENT_ID=your-chatbot-client-id
GOVERNSAI_CLIENT_SECRET=your-chatbot-client-secret