JsonPath仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
374 B

app = "jsonpath"
primary_region = "sea"
[build]
image = "registry.fly.io/jsonpath-eval"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
[checks]
[checks.info]
port = 8080
type = "http"
interval = "15s"
timeout = "5s"
grace_period = "5s"
method = "get"
path = "/api/info"