We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0086656 commit 4652ee1Copy full SHA for 4652ee1
fly.toml
@@ -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