#    _____ __ ___ | | __
#   |_  / '__/ _ \| |/ /
#    / /| | | (_) |   <
#   /___|_|  \___/|_|\_\
# controller configuration

v:                  1

endpoint:
  host:             0.0.0.0
  port:             18080

email:
  host:             smtp.server.com
  port:             587
  username:         ""
  password:         ""

registration:
  email_from:       ziggy@server.com
  registration_url_template: https://zrok.server.com/register

store:
  path:             "host=127.0.0.1 user=zrok password=zrok dbname=zrok"
  type:             "postgres"

ziti:
  api_endpoint:     "https://127.0.0.1:1280"
  username:         admin
  password:         "admin"

metrics:
  service_name:     metrics

influx:
  url:              "http://127.0.0.1:8086"
  bucket:           zrok
  org:              zrok
  token:            ""