mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Properly render ACL in documentation
The ACL example in the documentation specifies the highlighting as JSON, but it has comments which causes GitHub to render them as errors. Comments are allowed in the JSON5 extension, however, to which this patch switches.
This commit is contained in:
parent
4a34cfc4a6
commit
2604234bc0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ To use ACLs in headscale, you must edit your config.yaml file. In there you will
|
|||
|
||||
Here are the ACL's to implement the same permissions as above:
|
||||
|
||||
```json
|
||||
```json5
|
||||
{
|
||||
// groups are collections of users having a common scope. A user can be in multiple groups
|
||||
// groups cannot be composed of groups
|
||||
|
|
Loading…
Reference in a new issue