1
1
mirror of https://github.com/openziti/zrok.git synced 2025-07-13 12:45:07 +02:00

adopt UNIQUE_NAME convention in frontdoor doc

This commit is contained in:
Kenneth Bingham
2023-12-11 11:43:30 -05:00
parent 79a0b6b0dc
commit 95104a0cf3

@ -89,12 +89,12 @@ Save the enable token from the zrok console in the configuration file.
ZROK_ENABLE_TOKEN="14cbfca9772f" ZROK_ENABLE_TOKEN="14cbfca9772f"
``` ```
## Choose a Subdomain ## Choose a Vanity Share Token
This becomes the leading part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`. This becomes the leading part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`.
```bash title="/opt/openziti/etc/zrok/zrok-share.env" ```bash title="/opt/openziti/etc/zrok/zrok-share.env"
ZROK_SUBDOMAIN="my-prod-app" UNIQUE_NAME="my-prod-app"
``` ```
## Use Cases ## Use Cases