fix config file syntax in guide (#133)

This commit is contained in:
Scott Lamb 2022-03-16 15:43:23 -07:00
parent f18b58613c
commit f4d5784176

View File

@ -74,7 +74,7 @@ ipv4 = "0.0.0.0:8080"
[[binds]]
unix = "/var/lib/moonfire-nvr/sock"
allow_unauthenticated_permissions: { "view_video": true }
allow_unauthenticated_permissions = { view_video = true }
own_uid_is_privileged = true
```