-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 1.38 KB
/
Copy path.env.example
File metadata and controls
38 lines (32 loc) · 1.38 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
# Copy to ~/.antares/.env — loaded automatically at startup.
# Values here never overwrite variables already set in the environment.
# ---- Providers --------------------------------------------------------------
# Only the one you actually use is required.
OPENROUTER_API_KEY=
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
# ---- Core -------------------------------------------------------------------
# ANTARES_MODEL=anthropic/claude-sonnet-4.5
# ANTARES_PROVIDER=openrouter
# ANTARES_WORKSPACE=~/antares-workspace
# ANTARES_PORT=8787
# ANTARES_LOG_LEVEL=info
# ---- Storage ----------------------------------------------------------------
# ANTARES_DB_DRIVER=sqlite
# ANTARES_DB_DSN=~/.antares/antares.db
# Postgres:
# ANTARES_DB_DRIVER=postgres
# ANTARES_DB_DSN=postgres://user:pass@localhost:5432/antares?sslmode=disable
# ---- Auth -------------------------------------------------------------------
# Leave empty to keep the dashboard open (fine behind a private network).
# ANTARES_AUTH_TOKEN=
# ---- Retrieval --------------------------------------------------------------
# ANTARES_RAG_ENABLED=true
# ANTARES_RAG_PROVIDER=builtin # builtin | enowx | none
# ANTARES_RAG_ENOWX_URL=http://127.0.0.1:7777
# ANTARES_RAG_ENOWX_TOKEN=
# ANTARES_RAG_ENOWX_PROJECT=antares
# ---- Messaging --------------------------------------------------------------
# TELEGRAM_BOT_TOKEN=
# DISCORD_BOT_TOKEN=