-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
39 lines (32 loc) · 1.08 KB
/
Copy pathenv.example
File metadata and controls
39 lines (32 loc) · 1.08 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
# ============================
# LLM + RAG Environment Configuration
# Copy this file to .env and update with your actual values
# ============================
# Timezone
TZ=Europe/Rome
# ============================
# AnythingLLM Configuration
# ============================
ALLM_JWT_SECRET=your_jwt_secret_here_change_this
ANYL_BASE_URL=http://anythingllm:3001/api/v1
ANYL_API_KEY=your_anythingllm_api_key_here
ANYL_WORKSPACE=default
# ============================
# Qdrant Configuration
# ============================
QDRANT_API_KEY=your_qdrant_api_key_here
# ============================
# RAG Ingestor Configuration
# ============================
DEFAULT_SCHEDULE=*/30 * * * *
# Redmine Configuration (optional - leave empty to skip)
REDMINE_URL=https://your-redmine-instance.com
REDMINE_TOKEN=your_redmine_api_token_here
REDMINE_PROJECTS=project1,project2
REDMINE_SINCE_DAYS=3650
# Wiki.js Configuration (optional - leave empty to skip)
WIKIJS_BASE_URL=https://your-wikijs-instance.com
WIKIJS_API_KEY=your_wikijs_api_key_here
WIKIJS_SPACES=space1,space2
# SSL Configuration
INSECURE_SSL=true