Skip to content

Commit

Permalink
fix README (#3794)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Sep 22, 2024
1 parent 665f349 commit f9162b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,12 +1230,12 @@ Here's a tutorial on how to setup the [Keycloak identity server](https://www.key
7. Open tab _Client scopes_, _Add client scope_, Select `mediamtx`, Add, Default
8. Open page _Users_, _Create user_, Username `testuser`, Tab credentials, _Set password_, pick a password, Save
8. Open page _Users_, _Add user_, Username `testuser`, Tab credentials, _Set password_, pick a password, Save
9. Open tab _Attributes_, _Add an attribute_
* Key: `mediamtx_permissions`
* Value: `{"action":"publish", "paths": "all"}`
* Value: `{"action":"publish", "path": ""}`
You can add as many attributes with key `mediamtx_permissions` as you want, each with a single permission in it
Expand Down

0 comments on commit f9162b2

Please sign in to comment.