mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
fix config (#5721)
This commit is contained in:
parent
750bf0e79a
commit
ce2d589a28
@ -44,11 +44,13 @@ It is not recommended to copy this full configuration file. Only specify values
|
|||||||
- `{FRIGATE_RTSP_PASSWORD}`
|
- `{FRIGATE_RTSP_PASSWORD}`
|
||||||
|
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
mqtt:
|
mqtt:
|
||||||
user: "{FRIGATE_MQTT_USER}"
|
user: "{FRIGATE_MQTT_USER}"
|
||||||
password: "{FRIGATE_MQTT_PASSWORD}"
|
password: "{FRIGATE_MQTT_PASSWORD}"
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- path: rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:8554/unicast
|
- path: rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:8554/unicast
|
||||||
```
|
```
|
||||||
@ -502,7 +504,7 @@ ui:
|
|||||||
# Optional: Set a timezone to use in the UI (default: use browser local time)
|
# Optional: Set a timezone to use in the UI (default: use browser local time)
|
||||||
timezone: None
|
timezone: None
|
||||||
# Optional: Use an experimental recordings / camera view UI (default: shown below)
|
# Optional: Use an experimental recordings / camera view UI (default: shown below)
|
||||||
experimental_ui: False
|
use_experimental: False
|
||||||
# Optional: Set the time format used.
|
# Optional: Set the time format used.
|
||||||
# Options are browser, 12hour, or 24hour (default: shown below)
|
# Options are browser, 12hour, or 24hour (default: shown below)
|
||||||
time_format: browser
|
time_format: browser
|
||||||
|
Loading…
Reference in New Issue
Block a user