-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
fly.toml
61 lines (53 loc) · 1.38 KB
/
fly.toml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# fly.toml file generated for pomu on 2023-03-18T23:49:02+01:00
app = "pomu"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "ams"
[experimental]
auto_rollback = true
[env]
BASE_URL = "https://dev.pomu.app"
HOLODEX_ENABLE = "true"
HOLODEX_ORGS = "Hololive,Nijisanji,VShojo,VOMS,PRISM"
HOLODEX_TOPIC = "singing"
MEILISEARCH_ENABLED = "true"
MEILISEARCH_INDEX = "pomu"
MEILISEARCH_URL = "https://ms-042e7ae96090-1682.fra.meilisearch.io"
PRIMARY_REGION = "ams"
RESTRICT_VTUBER_SUBMISSIONS = "true"
S3_DOWNLOAD_URL = "https://dev-cdn.pomu.app/file/pomu-dev"
S3_BUCKET = "pomu-dev"
S3_ENDPOINT = "s3.us-west-000.backblazeb2.com"
S3_REGION = "us-west-000"
S3_USD_PER_GB_PER_MONTH = "0.005"
SENTRY_ENABLE = "true"
SENTRY_ENVIRONMENT = "production/dev"
SENTRY_RELEASE = "main"
SENTRY_SAMPLE_RATE = "1.0"
SENTRY_DEBUG = "false"
[metrics]
port = 8080
path = "/metrics"
[[services]]
protocol = "tcp"
internal_port = 8080
[[services.ports]]
port = 80
handlers = ["http"]
force_https = true
[[services.ports]]
port = 443
handlers = ["tls", "http"]
[services.concurrency]
type = "connections"
hard_limit = 500
soft_limit = 400
[[services.http_checks]]
interval = 10000
grace_period = "5s"
method = "get"
path = "/healthz"
protocol = "http"
restart_limit = 0
timeout = 2000
tls_skip_verify = false