mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 11:08:48 +00:00
15 lines
289 B
HCL
15 lines
289 B
HCL
bind {
|
|
http = ":65530"
|
|
https = ":65531"
|
|
metrics = ":65532"
|
|
}
|
|
|
|
domain "osiris.local.cetacean.club" {
|
|
tls {
|
|
cert = "./testdata/invalid.crt"
|
|
key = "./testdata/invalid.key"
|
|
}
|
|
|
|
target = "http://localhost:3000"
|
|
health_target = "http://localhost:9091/healthz"
|
|
} |