-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfly.translate.toml
41 lines (36 loc) · 985 Bytes
/
fly.translate.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
app = "prereview-translate"
primary_region = "iad"
[env]
CAN_CHOOSE_LOCALE = "true"
CAN_WRITE_COMMENTS = "true"
COAR_NOTIFY_URL = "https://coar-notify-sandbox.prereview.org/"
ENVIRONMENT_LABEL = "sandbox"
HTTP_CACHE_REDIS_URI = "redis://http-cache.internal"
LEGACY_PREREVIEW_URL = "https://prereview2.azurewebsites.net/"
LOG_FORMAT = "json"
ORCID_API_URL = "https://api.orcid.org/"
PUBLIC_URL = "https://translate.prereview.org/"
REQUIRES_A_VERIFIED_EMAIL_ADDRESS = "true"
USE_CROWDIN_IN_CONTEXT = "true"
VERIFY_CACHE = "false"
ZENODO_URL = "https://sandbox.zenodo.org/"
[mounts]
source = "prereview_translate_data"
destination = "/app/data"
[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"