all repos — homestead @ 05c4d8e74a8403f2804dae752e2fd8eaa8ad6215

Code for my website

fix fly config

Alan Pearce
commit

05c4d8e74a8403f2804dae752e2fd8eaa8ad6215

parent

359934291efeb9350d2125032f689a4151fb7b9b

1 file changed, 4 insertions(+), 4 deletions(-)

jump to
M fly.tomlfly.toml
@@ -9,12 +9,12 @@
[env] SERVER_PORT = "8080" SERVER_LISTEN_ADDRESS = "::" +GOMEMLIMIT = "200MiB" WEBSITE_DATA_ROOT = "/data" WEBSITE_ROOT = "/data/website" -GOMEMLIMIT = "200MiB" -REDIS_ADDRESS = "redis.alanpearce.eu:6379" -REDIS_TLS_ENABLED = "true" -REDIS_TLS_INSECURE = "false" +WEBSITE_REDIS_ADDRESS = "redis.alanpearce.eu:6379" +WEBSITE_REDIS_TLS_ENABLED = "true" +WEBSITE_REDIS_TLS_INSECURE = "false" [[services]] internal_port = 8080