mirror of
https://github.com/kou029w/minicharge.fly.dev.git
synced 2025-01-31 06:08:03 +00:00
set HTTP_CLIENT_TIMEOUT=30
This commit is contained in:
parent
9d29aa5253
commit
0b7901b625
1 changed files with 1 additions and 0 deletions
1
fly.toml
1
fly.toml
|
@ -8,6 +8,7 @@ processes = []
|
|||
[env]
|
||||
LISTEN_ADDR = "0.0.0.0:8080"
|
||||
RUN_MIGRATIONS = "1"
|
||||
HTTP_CLIENT_TIMEOUT = "30"
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
|
|
Loading…
Add table
Reference in a new issue