aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/garage/config/garage.toml
blob: 224c7555fe7877cf6d3bc153e5d249d21aa1c39f (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 = "[::]:3901"
rpc_secret = "{{ key "secrets/garage/rpc_secret" | trimSpace }}"

sled_cache_capacity = 536870912
sled_sync_interval_ms = 10000

[s3_api]
s3_region = "garage"
api_bind_addr = "[::]:3900"
root_domain = ".garage.deuxfleurs.fr"

[s3_web]
bind_addr = "[::]:3902"
root_domain = ".web.deuxfleurs.fr"

[admin]
api_bind_addr = "[::]:3903"
metrics_token = "{{ key "secrets/garage/metrics_token" | trimSpace }}"
admin_token = "{{ key "secrets/garage/admin_token" | trimSpace }}"