mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix schema url (#4855)
This commit is contained in:
parent
cee52e9cfd
commit
53d39a1373
@ -27,7 +27,7 @@ cameras:
|
|||||||
|
|
||||||
### VSCode Configuration Schema
|
### VSCode Configuration Schema
|
||||||
|
|
||||||
VSCode (and VSCode addon) supports the JSON schemas which will automatically validate the config. This can be added by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema` to the top of the config file. `frigate_host` being the IP address of frigate or `ccab4aaf-frigate` if running in the addon.
|
VSCode (and VSCode addon) supports the JSON schemas which will automatically validate the config. This can be added by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema.json` to the top of the config file. `frigate_host` being the IP address of frigate or `ccab4aaf-frigate` if running in the addon.
|
||||||
|
|
||||||
### Full configuration reference:
|
### Full configuration reference:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user