garage: fix s3_api root_domain

This commit is contained in:
teutat3s 2024-10-15 23:20:12 +02:00
parent 666de2c8f4
commit 8a18ee452b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -99,7 +99,7 @@
s3_api = {
s3_region = "eu-central";
api_bind_addr = "[::]:3900";
root_domain = ".s3.${config.pub-solar-os.networking.domain}";
root_domain = ".buckets.${config.pub-solar-os.networking.domain}";
};
s3_web = {
bind_addr = "[::]:3902";