some hostnames

This commit is contained in:
nora 2025-08-04 21:51:46 +02:00
parent 33a7017375
commit 9121101308
4 changed files with 12 additions and 9 deletions

View file

@ -35,12 +35,12 @@ in
s3_api = {
s3_region = "garage";
api_bind_addr = "[::]:3900";
root_domain = ".s3.garage.localhost";
root_domain = ".s3.garage.internal";
};
s3_web = {
bind_addr = "[::]:3902";
root_domain = ".web.garage.localhost";
root_domain = ".web.garage.internal";
index = "index.html";
};