-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfly.toml
More file actions
65 lines (54 loc) · 1.53 KB
/
fly.toml
File metadata and controls
65 lines (54 loc) · 1.53 KB
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
62
63
64
65
# fly.toml file generated for airborn-server on 2022-05-15T23:03:58+02:00
app = "airborn-server"
kill_signal = "SIGINT"
kill_timeout = 5
[processes]
web = "node server.js"
worker = "node worker.js"
[build]
builder = "heroku/builder:20"
[env]
AWS_REGION = "eu-west-1"
DEVELOPMENT = 1
DEFAULT_QUOTA = 2
DEFAULT_TIER = 1
FASTSPRING_URL = "https://sites.fastspring.com/airbornos"
FEEDBACK_URL = "https://www.supersimplesurvey.com/survey/17354/airborn-os-feedback/"
FIRETEXT_SERVER_HOSTNAME = "firetext.herokuapp.com"
FORKME_URL = "https://github.com/airbornio"
HOSTNAME = "www.airborn.io"
HOSTNAME_ALT = "airborn-server.fly.dev"
GOOGLE_DRIVE_IMPORT_URL = "https://google-drive-import.airbornos.com/google-drive-import.html"
MIN_CORE_VERSION = 3
NEW_RELIC_APP_NAME = "Airborn"
NEW_RELIC_LOG = "stdout"
PORT = "8080"
S3_BUCKET_NAME = "airborn-prod"
UPDATE_URL = "https://airborn-update.fly.dev"
USERCONTENT_URL = "https://airborn-usercontent.herokuapp.com"
GIT_COMMIT = "$GIT_COMMIT"
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
http_checks = []
internal_port = 8080
processes = ["web"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 250
soft_limit = 200
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"