mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
updated controller config
This commit is contained in:
parent
0b13ec7bd4
commit
0540ce5195
32
etc/ctrl.yml
32
etc/ctrl.yml
@ -6,20 +6,38 @@
|
||||
|
||||
endpoint:
|
||||
host: 0.0.0.0
|
||||
port: 18080
|
||||
port: 8080
|
||||
|
||||
proxy:
|
||||
url_template: "https://{svcName}.zrok.quigley.com:8080/"
|
||||
url_template: "https://{svcName}.in.zrok.io/"
|
||||
identities:
|
||||
- ""
|
||||
- "e6gMfeD4y"
|
||||
|
||||
email:
|
||||
host: smtp.email.us-ashburn-1.oci.oraclecloud.com
|
||||
port: 587
|
||||
username: ""
|
||||
password: ""
|
||||
|
||||
registration:
|
||||
email_from: ziggy@zrok.io
|
||||
registration_url_template: https://api.zrok.io/register
|
||||
|
||||
store:
|
||||
path: zrok.db
|
||||
path: "host=10.0.0.84 user=zrok password=zrok dbname=zrok"
|
||||
type: "postgres"
|
||||
|
||||
ziti:
|
||||
api_endpoint: "https://127.0.0.1:1280"
|
||||
api_endpoint: "https://10.0.0.41:1280"
|
||||
username: admin
|
||||
password: admin
|
||||
password: ""
|
||||
|
||||
metrics:
|
||||
service_name: metrics
|
||||
service_name: metrics
|
||||
|
||||
influx:
|
||||
url: "http://10.0.0.84:8086"
|
||||
bucket: zrok
|
||||
org: zrok
|
||||
token: ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user