-
Notifications
You must be signed in to change notification settings - Fork 0
/
back-fly.toml
28 lines (24 loc) · 866 Bytes
/
back-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
# fly.toml app configuration file generated for clovers-back on 2023-10-24T16:28:04+03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "clovers-back"
primary_region = "arn"
[build]
dockerfile = "./clovers-back/Dockerfile"
[env]
FRONTEND_ADDRESS = "https://clovers.fly.dev"
LISTEN_ADDRESS = "0.0.0.0:8080"
RUST_LOG = "clovers=trace,clovers_back=trace,clovers_svc_common=trace,tower_http=trace"
AWS_DEFAULT_REGION = "eu-central-003"
AWS_REGION = "eu-central-003"
ENDPOINT_URL = "https://s3.eu-central-003.backblazeb2.com"
AWS_ENDPOINT_URL = "https://s3.eu-central-003.backblazeb2.com"
AWS_ENDPOINT_URL_S3 = "https://s3.eu-central-003.backblazeb2.com"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]