tweak documentation

This commit is contained in:
Kenneth Bingham 2023-11-15 16:23:26 -05:00
parent 80d5123674
commit d6bfcedd1f
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -3,9 +3,8 @@
#
## ZROK ENVIRONMENT
#
# You MUST enable a zrok environment. You MAY set the environment enable token here, or run
# /opt/openziti/bin/zrok-enable.bash as root for an interactive prompt to avoid saving the enable token to disk. Obtain
# the enable token from the zrok console after accepting your invitation and creating a password.
# You MUST enable a zrok environment by setting the environment enable token here. This file must be readable by
# 'other'. Obtain the enable token from the zrok console after accepting your invitation and creating a password.
#
# WARNING: changing these values has no effect if /var/lib/zrok-share/.zrok/environment.json exists. Remove that file to
# enable a new environment and /var/lib/zrok-share/.zrok/reserved.json to provision a new frontend URL for the specified
@ -18,7 +17,7 @@ ZROK_ENABLE_TOKEN=""
#
ZROK_ENVIRONMENT_NAME=""
# set if self-hosting zrok
# You MUST set this only if self-hosting the zrok controller.
#ZROK_API_ENDPOINT="https://api.zrok.io"
#