2022-09-09 19:35:21 +02:00
|
|
|
# _____ __ ___ | | __
|
|
|
|
# |_ / '__/ _ \| |/ /
|
|
|
|
# / /| | | (_) | <
|
|
|
|
# /___|_| \___/|_|\_\
|
|
|
|
# controller configuration
|
|
|
|
|
|
|
|
endpoint:
|
|
|
|
host: 0.0.0.0
|
2022-11-18 21:59:02 +01:00
|
|
|
port: 18080
|
2022-09-09 19:35:21 +02:00
|
|
|
|
|
|
|
proxy:
|
2022-11-30 18:10:00 +01:00
|
|
|
url_template: "https://{svcToken}.in.zrok.io/"
|
2022-09-09 19:35:21 +02:00
|
|
|
identities:
|
2022-10-31 17:00:05 +01:00
|
|
|
- "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
|
2022-09-09 19:35:21 +02:00
|
|
|
|
|
|
|
store:
|
2022-11-15 17:22:52 +01:00
|
|
|
path: "host=127.0.0.1 user=zrok password=zrok dbname=zrok"
|
2022-10-31 17:00:05 +01:00
|
|
|
type: "postgres"
|
2022-09-09 19:35:21 +02:00
|
|
|
|
|
|
|
ziti:
|
2022-11-15 17:22:52 +01:00
|
|
|
api_endpoint: "https://127.0.0.1:1280"
|
2022-09-09 19:35:21 +02:00
|
|
|
username: admin
|
2022-11-15 17:22:52 +01:00
|
|
|
password: "admin"
|
2022-10-14 19:16:18 +02:00
|
|
|
|
|
|
|
metrics:
|
2022-10-31 17:00:05 +01:00
|
|
|
service_name: metrics
|
|
|
|
|
|
|
|
influx:
|
2022-11-15 17:22:52 +01:00
|
|
|
url: "http://127.0.0.1:8086"
|
2022-10-31 17:00:05 +01:00
|
|
|
bucket: zrok
|
|
|
|
org: zrok
|
|
|
|
token: ""
|
|
|
|
|