tidy examples

This commit is contained in:
Kenneth Bingham 2024-09-21 11:51:49 -04:00
parent 9f3006d331
commit 92eaac43a0
No known key found for this signature in database
GPG Key ID: 31709281860130B6
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ You must set the permission mode before you reserve the share.
Only your own account can access the private share.
```bash
ZROK_PERMISSION_MODE=closed
ZROK_PERMISSION_MODE="closed"
```
Grant access to additional zrok accounts.

View File

@ -108,7 +108,7 @@ ZROK_TARGET="" # e.g., http://127.0.0.1:3000
#ZROK_FRONTEND_MODE="reserved-public"
# you MAY restrict access to a private share allowing only your own zrok account
#ZROK_PERMISSION_MODE=closed
#ZROK_PERMISSION_MODE="closed"
# if permission mode "closed" - space-separated list of additional zrok account emails to grant access with the share token
#ZROK_ACCESS_GRANTS=""