From 7e8e219645256f58526ff51ce49a0b428d60fe96 Mon Sep 17 00:00:00 2001 From: nmannheimer Date: Thu, 19 Jan 2023 13:16:08 -0800 Subject: [PATCH] Update deploy-to-heroku.md Note TabPy runs in Heroku on port 443. --- docs/deploy-to-heroku.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploy-to-heroku.md b/docs/deploy-to-heroku.md index cf873232..287b2884 100644 --- a/docs/deploy-to-heroku.md +++ b/docs/deploy-to-heroku.md @@ -9,3 +9,5 @@ To deploy TabPy from master branch to a Heroku account: 3. Configure the new TabPy server by setting environment variables through Heroku's web console or API. + +4. TabPy will run on the default secure port 443.