From a48f01992fe3d4a5c14558e88026044f280e172a Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 2 Dec 2022 14:47:36 -0600 Subject: [PATCH] Enable sessions on fly --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 0191504..c197054 100644 --- a/fly.toml +++ b/fly.toml @@ -12,7 +12,7 @@ kill_timeout = 5 auto_rollback = true [processes] - web = "pgweb --bind=0.0.0.0" + web = "pgweb --sessions --bind=0.0.0.0" [[services]] http_checks = []