-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
28 lines (24 loc) · 1.22 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
# Argus Configuration
# Copy this file to .env and fill in your values
# =============================================================================
# Model Configuration
# =============================================================================
# Any model string supported by the llm library
# API keys are managed separately via: llm keys set <provider>
ARGUS_MODEL=claude-sonnet-4-6
# =============================================================================
# Watchtower (Local LGTM Stack)
# =============================================================================
# Direct backend endpoints - not through Grafana
WATCHTOWER_LOKI_URL=http://localhost:3100
WATCHTOWER_TEMPO_URL=http://localhost:3200
WATCHTOWER_PROMETHEUS_URL=http://localhost:9090
# =============================================================================
# SonarQube (Part of Watchtower Stack)
# =============================================================================
SONARQUBE_URL=http://localhost:9000
SONARQUBE_TOKEN=
# =============================================================================
# GitHub (Optional - for future PR status lookups)
# =============================================================================
GITHUB_TOKEN=