mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
24 lines
505 B
YAML
24 lines
505 B
YAML
# _____ __ ___ | | __
|
|
# |_ / '__/ _ \| |/ /
|
|
# / /| | | (_) | <
|
|
# /___|_| \___/|_|\_\
|
|
# controller configuration
|
|
|
|
endpoint:
|
|
host: 0.0.0.0
|
|
port: 10888
|
|
|
|
proxy:
|
|
url_template: "http://{svcName}.zrok.quigley.com:10111/"
|
|
identities:
|
|
# this is the identity(ies) used by your 'zrok proxy' instance(s)
|
|
- "-zbBF8eVb-"
|
|
|
|
store:
|
|
path: zrok.db
|
|
|
|
ziti:
|
|
api_endpoint: "https://127.0.0.1:1280"
|
|
username: admin
|
|
password: admin
|