mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 01:37:52 +02:00
minimum local developer config
This commit is contained in:
parent
59dd271591
commit
337b9d72af
@ -1,5 +1,13 @@
|
|||||||
# v0.3.0 (WiP)
|
# v0.3.0 (WiP)
|
||||||
|
|
||||||
|
## Frontend Selection; Private Shares
|
||||||
|
|
||||||
|
The `zrok` model has been extended to include support for both a "public share" (exposing a backend through the globally-available `frontend` instances), and also a "private share" (exposing a backend service to a user who instantiates a private, local `frontend`).
|
||||||
|
|
||||||
|
### Underlying Schema Changes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Loop Test Shutdown Hook
|
## Loop Test Shutdown Hook
|
||||||
|
|
||||||
The `zrok test loop` command now includes a shutdown hook to allow premature cancellation of a running test.
|
The `zrok test loop` command now includes a shutdown hook to allow premature cancellation of a running test.
|
||||||
|
@ -24,19 +24,19 @@ registration:
|
|||||||
registration_url_template: https://api.zrok.io/register
|
registration_url_template: https://api.zrok.io/register
|
||||||
|
|
||||||
store:
|
store:
|
||||||
path: "host=10.0.0.84 user=zrok password=zrok dbname=zrok"
|
path: "host=127.0.0.1 user=zrok password=zrok dbname=zrok"
|
||||||
type: "postgres"
|
type: "postgres"
|
||||||
|
|
||||||
ziti:
|
ziti:
|
||||||
api_endpoint: "https://10.0.0.41:1280"
|
api_endpoint: "https://127.0.0.1:1280"
|
||||||
username: admin
|
username: admin
|
||||||
password: ""
|
password: "admin"
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
service_name: metrics
|
service_name: metrics
|
||||||
|
|
||||||
influx:
|
influx:
|
||||||
url: "http://10.0.0.84:8086"
|
url: "http://127.0.0.1:8086"
|
||||||
bucket: zrok
|
bucket: zrok
|
||||||
org: zrok
|
org: zrok
|
||||||
token: ""
|
token: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user