diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml index 7508dd6..54936a3 100644 --- a/fly.toml +++ b/fly.toml @@ -18,6 +18,7 @@ primary_region = "ams" PRODUCTION = "true" VCS_LOCAL_PATH = "/data/website" VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" + ACME_SERVER_URL = "https://acme.alanpearce.eu" [[services]] internal_port = 8080 |