aboutsummaryrefslogtreecommitdiff
path: root/app/garage-staging/config/garage.toml
blob: ca28b79b1a5257ff066ea018d2b2dd9824b053c3 (plain) (blame)
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
block_size = 1048576

metadata_dir = "/meta"
data_dir = "/data"

replication_mode = "3"

rpc_bind_addr = "0.0.0.0:3991"
rpc_secret = "{{ key "secrets/garage-staging/rpc_secret" | trimSpace }}"

consul_host = "localhost:8500"
consul_service_name = "garage-staging-rpc-self-advertised"

bootstrap_peers = []

[s3_api]
s3_region = "garage-staging"
api_bind_addr = "0.0.0.0:3990"

[s3_web]
bind_addr = "0.0.0.0:3992"
root_domain = ".garage-staging-web.home.adnab.me"
index = "index.html"

[admin_api]
bind_addr = "0.0.0.0:3909"