garage: fix s3_api root_domain
Some checks failed
Flake checks / Check (pull_request) Failing after 3m14s
Some checks failed
Flake checks / Check (pull_request) Failing after 3m14s
This commit is contained in:
parent
c9220640a5
commit
84c8e2617a
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue