diff --git a/etc/ctrl.yml b/etc/ctrl.yml index 84074478..261c8c22 100644 --- a/etc/ctrl.yml +++ b/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: "" + diff --git a/etc/http-frontend.yml b/etc/http-frontend.yml new file mode 100644 index 00000000..6c812259 --- /dev/null +++ b/etc/http-frontend.yml @@ -0,0 +1 @@ +host_match: zrok.io