This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
authapp/authserver/fly.toml
2023-04-22 19:17:15 +03:00

44 lines
806 B
TOML

# fly.toml app configuration file generated for authapp on 2023-04-22T19:12:59+03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "authapp"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "arn"
processes = []
[build]
[env]
[experimental]
auto_rollback = true
[[services]]
http_checks = []
internal_port = 7777
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"