File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # fly.toml app configuration file generated for sentrypeer-docs on 2023-05-05T12:04:30 +01:00
1+ # fly.toml app configuration file generated for sentrypeer-docs on 2023-05-05T12:18:21 +01:00
22#
33# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
44#
55
66app = " sentrypeer-docs"
7- kill_signal = " SIGINT"
8- kill_timeout = 5
97primary_region = " lhr"
10- processes = []
8+ kill_signal = " SIGINT"
9+ kill_timeout = " 5s"
10+
11+ [experimental ]
12+ auto_rollback = true
1113
1214[build ]
1315 [build .args ]
14- NEXT_PUBLIC_DOCSEARCH_APP_ID = " "
15- NEXT_PUBLIC_DOCSEARCH_API_KEY = " "
16- NEXT_PUBLIC_DOCSEARCH_INDEX_NAME = " "
16+ NEXT_PUBLIC_DOCSEARCH_API_KEY = " "
17+ NEXT_PUBLIC_DOCSEARCH_APP_ID = " "
18+ NEXT_PUBLIC_DOCSEARCH_INDEX_NAME = " "
1719
1820[env ]
1921 PORT = " 8080"
20-
21- [experimental ]
22- auto_rollback = true
22+ PRIMARY_REGION = " lhr"
2323
2424[[services ]]
25- http_checks = []
25+ protocol = " tcp "
2626 internal_port = 8080
2727 processes = [" app" ]
28- protocol = " tcp"
29- script_checks = []
30- [services .concurrency ]
31- hard_limit = 25
32- soft_limit = 20
33- type = " connections"
3428
3529 [[services .ports ]]
36- force_https = true
37- handlers = [" http" ]
3830 port = 80
31+ handlers = [" http" ]
32+ force_https = true
3933
4034 [[services .ports ]]
41- handlers = [" tls" , " http" ]
4235 port = 443
36+ handlers = [" tls" , " http" ]
37+ [services .concurrency ]
38+ type = " connections"
39+ hard_limit = 25
40+ soft_limit = 20
4341
4442 [[services .tcp_checks ]]
45- grace_period = " 1s"
4643 interval = " 15s"
47- restart_limit = 0
4844 timeout = " 2s"
45+ grace_period = " 1s"
46+ restart_limit = 0
You can’t perform that action at this time.
0 commit comments