mirror of
https://github.com/openziti/zrok.git
synced 2024-11-29 03:24:15 +01:00
23 lines
460 B
YAML
23 lines
460 B
YAML
# _____ __ ___ | | __
|
|
# |_ / '__/ _ \| |/ /
|
|
# / /| | | (_) | <
|
|
# /___|_| \___/|_|\_\
|
|
# controller configuration
|
|
|
|
endpoint:
|
|
host: 0.0.0.0
|
|
port: 8080
|
|
|
|
proxy:
|
|
url_template: "http://{svcName}.in.zrok.io:8080/"
|
|
identities:
|
|
- "yvnhjvzEd"
|
|
|
|
store:
|
|
path: /home/ubuntu/local/etc/zrok.io/db/zrok.db
|
|
|
|
ziti:
|
|
api_endpoint: "https://10.0.0.41:1280"
|
|
username: admin
|
|
password: admin
|