status/proto/config.toml.in

20 lines
734 B
TOML

siteName = "Status Page"
iconSrc = "https://exozy.me/img/logo.svg"
database = "/tmp/exozyme-status-test-db"
# unixSocket = "/srv/http/status"
# basicAuthUsername = "user"
# basicAuthPassword = "pass"
service = [
{ description = "exozy.me", url = "https://exozy.me" },
{ description = "drgns.space", url = "https://drgns.space" },
{ description = "invalid.example.com", url = "https://invalid.example.com" },
{ description = "port 1234", url = "tcp://localhost:1234" },
{ description = "basic auth", url = "https://some-service.exozy.me/", user = "overrideUser", pass = "overridePass" },
]
[matrix]
userId = "@bot:exozy.me"
# accessToken = "nil"
roomId = "!fXEYZcqHcbjztwNhhD:exozy.me"
homeserver = "https://chat.exozy.me"