mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01:00
minimum local developer config
This commit is contained in:
parent
59dd271591
commit
337b9d72af
@ -1,5 +1,13 @@
|
||||
# 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
|
||||
|
||||
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
|
||||
|
||||
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"
|
||||
|
||||
ziti:
|
||||
api_endpoint: "https://10.0.0.41:1280"
|
||||
api_endpoint: "https://127.0.0.1:1280"
|
||||
username: admin
|
||||
password: ""
|
||||
password: "admin"
|
||||
|
||||
metrics:
|
||||
service_name: metrics
|
||||
|
||||
influx:
|
||||
url: "http://10.0.0.84:8086"
|
||||
url: "http://127.0.0.1:8086"
|
||||
bucket: zrok
|
||||
org: zrok
|
||||
token: ""
|
||||
|
Loading…
Reference in New Issue
Block a user