Enable new redis server
Alan Pearce alan@alanpearce.eu
Wed, 27 Nov 2024 23:13:27 +0100
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M fly.toml → fly.toml
@@ -21,6 +21,9 @@ # POWERDNS_API_TOKEN = "from fly secret" VCS_LOCAL_PATH = "/data/website" VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" GOMEMLIMIT = "128MiB" + REDIS_ADDRESS = "redis.alanpearce.eu:6379" + REDIS_TLS_ENABLED = "true" + REDIS_TLS_INSECURE = "false" [[services]] internal_port = 8080