Skip to content

Commit 4652ee1

Browse files
committed
fly config
1 parent 0086656 commit 4652ee1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

fly.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# fly.toml app configuration file generated for classclockapi on 2023-04-25T11:26:13-04:00
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = "classclockapi"
7+
primary_region = "den"
8+
9+
[http_service]
10+
internal_port = 8080
11+
force_https = true
12+
auto_stop_machines = true
13+
auto_start_machines = true
14+
15+
[checks]
16+
[checks.alive]
17+
type = "tcp"
18+
interval = "15s"
19+
timeout = "2s"
20+
grace_period = "5s"

0 commit comments

Comments
 (0)