forked from SGIARK/arkos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (39 loc) · 1.31 KB
/
.env.example
File metadata and controls
46 lines (39 loc) · 1.31 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
# ===========================================
# Database / Supabase
# ===========================================
POSTGRES_PASSWORD=postgres
JWT_SECRET=super-secret-jwt-token-with-at-least-32-characters
# Supabase keys (generate these or use defaults for local dev)
SUPABASE_ANON_KEY=
SUPABASE_SERVICE_KEY=
# Auth settings
SITE_URL=http://localhost:3000
API_EXTERNAL_URL=http://localhost:9999
ADDITIONAL_REDIRECT_URLS=
DISABLE_SIGNUP=false
ENABLE_EMAIL_SIGNUP=true
ENABLE_EMAIL_AUTOCONFIRM=true
ENABLE_ANONYMOUS_USERS=false
# ===========================================
# SGLang - LLM Inference
# ===========================================
# Model to load
SGLANG_MODEL=Qwen/Qwen2.5-7B-Instruct
# ===========================================
# Huggingface Text Embeddings Inference
# ===========================================
# Embedding model to use
TEI_MODEL=BAAI/bge-small-en-v1.5
# ===========================================
# API Keys
# ===========================================
# Hugging Face Token (required for gated models like Llama)
HF_TOKEN=
# OpenAI API Key (required by mem0, but not actually used)
OPENAI_API_KEY=
# ===========================================
# MCP Server Credentials (optional)
# ===========================================
GOOGLE_OAUTH_CREDENTIALS=
GOOGLE_CALENDAR_MCP_TOKEN_PATH=
BRAVE_API_KEY=