-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfly.prod.toml
More file actions
48 lines (41 loc) · 1.06 KB
/
fly.prod.toml
File metadata and controls
48 lines (41 loc) · 1.06 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
app = "prereview"
primary_region = "iad"
[[vm]]
size = "shared-cpu-2x"
memory = "2gb"
[deploy]
strategy = "bluegreen"
[env]
ALLOW_SITE_CRAWLERS = "true"
CAN_ADD_MULTIPLE_AUTHORS = "true"
FATHOM_SITE_ID = "FEAJEBBA"
HTTP_CACHE_REDIS_URI_TEMPLATE = "redis://{region}.http-cache.internal?family=6"
HTTP_CACHE_READONLY_FALLBACK_REDIS_URI = "redis://localhost:6379"
LEGACY_PREREVIEW_URL = "https://prereview2.azurewebsites.net/"
LOG_FORMAT = "json"
ORCID_API_URL = "https://api.orcid.org/"
PUBLIC_URL = "https://prereview.org/"
SEND_COAR_NOTIFY_MESSAGES = "true"
SLACK_REQUEST_REVIEW_CHANNEL_ID = "C05B95LEN5C"
SLACK_SHARE_REVIEW_CHANNEL_ID = "C05C2Q0QKQB"
SLACK_UPDATE = "true"
ZENODO_URL = "https://zenodo.org/"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 1
[http_service.concurrency]
type = "requests"
hard_limit = 30
soft_limit = 20
[[http_service.checks]]
grace_period = "15s"
interval = "5s"
method = "get"
path = "/health"
protocol = "http"
timeout = "1s"
[[restart]]
policy = "always"