minimum local developer config

This commit is contained in:
Michael Quigley 2022-11-15 11:22:52 -05:00
parent 59dd271591
commit 337b9d72af
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 12 additions and 4 deletions

View File

@ -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.

View File

@ -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: ""