-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfly.wallet.toml
More file actions
37 lines (31 loc) · 929 Bytes
/
fly.wallet.toml
File metadata and controls
37 lines (31 loc) · 929 Bytes
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
app = "protocolsoup-wallet"
primary_region = "syd"
[build]
dockerfile = "docker/Dockerfile.wallet-harness"
[env]
WALLET_LISTEN_ADDR = ":8080"
WALLET_TARGET_BASE_URL = "https://protocolsoup.com"
WALLET_DEFAULT_SUBJECT = "did:example:wallet:alice"
WALLET_ALLOWED_CORS_ORIGINS = "https://protocolsoup.com,https://www.protocolsoup.com,https://protocolsoup.fly.dev"
WALLET_TRUSTED_VERIFIER_ATTESTATION_ISSUERS = "https://protocolsoup.com/oid4vp/verifier-attestation"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[http_service.concurrency]
type = "requests"
hard_limit = 100
soft_limit = 80
[[http_service.checks]]
interval = "15s"
timeout = "5s"
grace_period = "10s"
method = "GET"
path = "/health"
[[vm]]
memory = "256mb"
cpu_kind = "shared"
cpus = 1