diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml index 5c35318..024d3ef 100644 --- a/fly.toml +++ b/fly.toml @@ -16,9 +16,10 @@ primary_region = "ams" TLS = "true" ROOT = "/data" PRODUCTION = "true" + POWERDNS_SERVER_URL = "https://pdns.alanpearce.eu" + # POWERDNS_API_TOKEN = "from fly secret" VCS_LOCAL_PATH = "/data/website" VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" - ACME_SERVER_URL = "https://acme.alanpearce.eu" GOMEMLIMIT = "128MiB" [[services]] |