mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
tidy examples
This commit is contained in:
parent
9f3006d331
commit
92eaac43a0
@ -108,7 +108,7 @@ You must set the permission mode before you reserve the share.
|
|||||||
Only your own account can access the private share.
|
Only your own account can access the private share.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ZROK_PERMISSION_MODE=closed
|
ZROK_PERMISSION_MODE="closed"
|
||||||
```
|
```
|
||||||
|
|
||||||
Grant access to additional zrok accounts.
|
Grant access to additional zrok accounts.
|
||||||
|
@ -108,7 +108,7 @@ ZROK_TARGET="" # e.g., http://127.0.0.1:3000
|
|||||||
#ZROK_FRONTEND_MODE="reserved-public"
|
#ZROK_FRONTEND_MODE="reserved-public"
|
||||||
|
|
||||||
# you MAY restrict access to a private share allowing only your own zrok account
|
# 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
|
# if permission mode "closed" - space-separated list of additional zrok account emails to grant access with the share token
|
||||||
#ZROK_ACCESS_GRANTS=""
|
#ZROK_ACCESS_GRANTS=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user