about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-11-27 23:13:27 +0100
committerAlan Pearce2024-11-27 23:13:27 +0100
commit45d56094ee84b90fe50fc3a99d22d8fdc565d29b (patch)
tree12e772bdca819a2dad4d52331a42992611eef239 /fly.toml
parenta3dae65bcbf572b02a36996b91d13d49036abb30 (diff)
downloadwebsite-45d56094ee84b90fe50fc3a99d22d8fdc565d29b.tar.lz
website-45d56094ee84b90fe50fc3a99d22d8fdc565d29b.tar.zst
website-45d56094ee84b90fe50fc3a99d22d8fdc565d29b.zip
Enable new redis server
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml3
1 files changed, 3 insertions, 0 deletions
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