20 lines
403 B
YAML
20 lines
403 B
YAML
backend_url: http://localhost:8000
|
|
auto_scan_ble: true
|
|
scan_timeout: 10.0
|
|
simulated_bands:
|
|
- band_id: MOCK-SIM1
|
|
profile: stable
|
|
- band_id: MOCK-SIM2
|
|
profile: mild_anxiety
|
|
- band_id: MOCK-SIM3
|
|
profile: deteriorating
|
|
- band_id: MOCK-SIM4
|
|
profile: critical
|
|
- band_id: MOCK-SIM5
|
|
profile: sepsis
|
|
- band_id: MACK-SIM6
|
|
profile: sepsis
|
|
real_bands: []
|
|
prefer_real_bands: true
|
|
default_profile: stable
|