mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
22 lines
356 B
TOML
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
|