Tweak fly config

This commit is contained in:
Dan Sosedoff 2022-12-19 13:39:36 -06:00
parent 0cd61093b9
commit 362ecb0bc7
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -1,16 +1,7 @@
# fly.toml file generated for pgweb-demo on 2022-11-14T11:19:39-06:00
app = "pgweb-demo"
kill_signal = "SIGINT"
kill_timeout = 5
[env]
SESSIONS = "1"
[experimental]
allowed_public_ports = []
auto_rollback = true
[processes]
web = "pgweb --sessions --bind=0.0.0.0"
@ -20,6 +11,7 @@ kill_timeout = 5
processes = ["web"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20