From 3282aba16fe024e5dda37d323cdbc9321e4b993f Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Fri, 11 Feb 2022 11:23:00 -0800 Subject: [PATCH] Change port env in fly toml --- fly.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fly.toml diff --git a/fly.toml b/fly.toml new file mode 100644 index 0000000..9d3e6f6 --- /dev/null +++ b/fly.toml @@ -0,0 +1,13 @@ +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"