-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackai.config.yaml.example
More file actions
52 lines (45 loc) · 1.21 KB
/
Copy pathbackai.config.yaml.example
File metadata and controls
52 lines (45 loc) · 1.21 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
47
48
49
50
51
52
# backai.config.yaml.example - operator copies to backai.config.yaml and edits.
# Validate with: backai config validate
preset: lean # lean | full-observability | production | custom
# When preset != custom, presets define a baseline feature set; this block
# overrides individual flags. When preset = custom, every feature must be
# explicitly enumerated.
features:
# Block 1 shipped features.
db_health: { enabled: true }
provider_health_polling: { enabled: true }
notifications_mute: { enabled: true }
brand_override: { enabled: true }
search_index_stats: { enabled: true }
cron_manual_trigger: { enabled: true }
cache_flush: { enabled: true }
api_key_rotate: { enabled: true }
llm_gateway:
virtual_keys: false
spend_tracking: false
# Future-block features. Declared here now; implemented in later blocks.
logs:
enabled: false
adapter: ring
loki:
url: ""
tenant: ""
remote:
url: ""
token: ""
traces:
enabled: false
adapter: empty
tempo:
url: ""
tenant: ""
remote:
url: ""
token: ""
metrics:
enabled: false
adapter: none
container_metrics: false
errors:
enabled: false
adapter: logfilter