all repos — homestead @ feff5f2aec90e6d8b2d647c7b1994a91c8b2b33b

Code for my website

reduce number of environment variables needed in production

Alan Pearce
commit

feff5f2aec90e6d8b2d647c7b1994a91c8b2b33b

parent

c780aa5eac632a22241f6289969e5b5a99e60745

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

changed files
M fly.tomlfly.toml
@@ -8,14 +8,10 @@ primary_region = "ams"
[env] GOMEMLIMIT = "200MiB" -SERVER_PORT = "8080" -SERVER_LISTEN_ADDRESS = "::" # WEBSITE_GOATCOUNTER_SECRET = <fly secret> WEBSITE_ROOT = "/data/website" -WEBSITE_REDIS_ENABLED = "true" WEBSITE_REDIS_ADDRESS = "redis.alanpearce.eu:6379" # WEBSITE_REDIS_PASSWORD = <fly secret> -WEBSITE_REDIS_TLS_ENABLED = "true" [[services]] internal_port = 8080