Files
countries/fly.toml
2022-02-11 11:35:34 -08:00

22 lines
356 B
TOML

app = "empty-cherry-6843"
[build]
builder = "heroku/buildpacks:20"
[env]
PORT = 8080
APOLLO_GRAPH_REF = "Countries-gxmwa8@current"
APOLLO_SCHEMA_REPORTING = true
[[services]]
internal_port = 8080
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443