linkleaner/fly.toml

13 lines
326 B
TOML
Raw Permalink Normal View History

2023-05-26 12:04:38 +05:30
# fly.toml app configuration file generated for linkleaner on 2023-05-26T12:03:42+05:30
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
2022-12-23 00:49:13 +05:30
app = "linkleaner"
2023-05-26 12:04:38 +05:30
primary_region = "ams"
2022-12-23 00:49:13 +05:30
kill_signal = "SIGINT"
2023-05-26 12:04:38 +05:30
kill_timeout = "5s"
2022-12-23 00:49:13 +05:30
[build]
2023-02-11 18:37:47 +05:30
image = "registry.fly.io/linkleaner:latest"