From 45d56094ee84b90fe50fc3a99d22d8fdc565d29b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 27 Nov 2024 23:13:27 +0100 Subject: Enable new redis server --- fly.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fly.toml') diff --git a/fly.toml b/fly.toml index 8f08ac1..3ab994c 100644 --- a/fly.toml +++ b/fly.toml @@ -21,6 +21,9 @@ primary_region = "ams" 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 -- cgit 1.4.1