Fixes due to integration tests

This commit is contained in:
Quentin
2020-11-10 15:32:04 +01:00
parent 1e52ee9f5b
commit 8797eed0ab
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -17,4 +17,5 @@ api_bind_addr = "[::1]:3900" # the S3 API port, HTTP without TLS. Add a reverse
s3_region = "garage" # set this to anything. S3 API calls will fail if they are not made against the region set here.
[s3_web]
web_bind_addr = "[::1]:3902"
bind_addr = "[::1]:3902"
root_domain = ".garage.tld"