mirror of
https://github.com/openziti/zrok.git
synced 2025-02-02 11:29:50 +01:00
use an arbitrary string instead of uuid to avoid implying that it needs to have a particular format and reduce the confusion that it is a particular value from somewhere else when in fact it is a random value
This commit is contained in:
parent
fdf4e5f5cb
commit
25e7f0d449
@ -53,7 +53,7 @@ admin:
|
||||
# generate these admin tokens from a source of randomness, e.g.
|
||||
# LC_ALL=C tr -dc _A-Z-a-z-0-9 < /dev/urandom | head -c32
|
||||
secrets:
|
||||
- f60b55fa-4dec-4c4a-9244-e3b7d6b9bb13
|
||||
- Q8V0LqnNb5wNX9kE1fgQ0H6VlcvJybB1
|
||||
|
||||
endpoint:
|
||||
host: 0.0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user