Enable sessions on fly

This commit is contained in:
Dan Sosedoff 2022-12-02 14:47:36 -06:00
parent f1f4edf247
commit a48f01992f
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -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 = []