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
fullstack-open/part3/phonebook/fly.toml
Andrew Trieu fa5d8255d6 Add part3
2023-05-23 08:05:53 +03:00

36 lines
689 B
TOML

# fly.toml app configuration file generated for cool-fire-3272 on 2023-05-19T08:53:08+03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "cool-fire-3272"
primary_region = "arn"
[env]
PORT = "3001"
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
http_checks = []
internal_port = 3001
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