-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfly.toml
More file actions
35 lines (30 loc) · 757 Bytes
/
Copy pathfly.toml
File metadata and controls
35 lines (30 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# fly.toml file generated for fiufit-trainings on 2023-05-03T18:46:08-03:00
app = "fiufit-trainings"
kill_signal = "SIGINT"
kill_timeout = 5
mounts = []
primary_region = "gru"
processes = []
[[services]]
internal_port = 8888
processes = ["app"]
protocol = "tcp"
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = false
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[env]
SERVICE_PORT = "8888"
DB_HOST = "db.sayiglkqdegrbuuawnju.supabase.co"
DB_NAME = "postgres"
DB_PORT = 5432
DB_USER = "postgres"
METRICS_SERVICE_URL= "http://fiufit-metrics.fly.dev"
FIREBASE_BUCKET_NAME = "fiufit.appspot.com"