mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
Tweak fly config
This commit is contained in:
parent
0cd61093b9
commit
362ecb0bc7
10
fly.toml
10
fly.toml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user