-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 831 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (17 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy this file to .env and fill in your values
# Do NOT commit .env to version control
# PostgreSQL (used by docker-compose)
POSTGRES_PASSWORD=aegis_secret
# OpenAI API key — server default (Render: set OPENAI_API_KEY in Dashboard; users can override in Settings)
OPENAI_API_KEY=
# Legacy alias (optional; OPENAI_API_KEY is preferred)
SPRING_AI_OPENAI_API_KEY=
# Comma-separated list of competitors to track (Docker → AEGIS_TRACKED_COMPETITORS)
TRACKED_COMPETITORS=Google,Amazon,OpenAI
# RAG (pgvector + OpenAI embeddings). Off by default — existing behavior unchanged.
AEGIS_RAG_ENABLED=false
AEGIS_RAG_BACKFILL_ON_STARTUP=false
# Hosted-key demo (Ask Agent + AI Lookup). After trial minutes, Ask Agent gets bonus uses.
# AEGIS_DEMO_TRIAL_ENABLED=true
# AEGIS_DEMO_TRIAL_MINUTES=5
# AEGIS_DEMO_ASK_AGENT_GRACE_USES=5