2022-09-09 19:35:21 +02:00
|
|
|
# _____ __ ___ | | __
|
|
|
|
# |_ / '__/ _ \| |/ /
|
|
|
|
# / /| | | (_) | <
|
|
|
|
# /___|_| \___/|_|\_\
|
|
|
|
# controller configuration
|
|
|
|
|
2022-12-01 19:40:57 +01:00
|
|
|
v: 1
|
|
|
|
|
2022-09-09 19:35:21 +02:00
|
|
|
endpoint:
|
|
|
|
host: 0.0.0.0
|
2022-11-18 21:59:02 +01:00
|
|
|
port: 18080
|
2022-09-09 19:35:21 +02:00
|
|
|
|
2022-10-31 17:00:05 +01:00
|
|
|
email:
|
2022-12-07 18:01:56 +01:00
|
|
|
host: smtp.server.com
|
2022-10-31 17:00:05 +01:00
|
|
|
port: 587
|
|
|
|
username: ""
|
|
|
|
password: ""
|
|
|
|
|
|
|
|
registration:
|
2022-12-07 18:01:56 +01:00
|
|
|
email_from: ziggy@server.com
|
|
|
|
registration_url_template: https://zrok.server.com/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: ""
|
|
|
|
|