aboutsummaryrefslogtreecommitdiff
path: root/config.dev.toml
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-10 15:32:04 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-10 15:32:04 +0100
commit8797eed0abdefac9a550b7ef55f60ba5899a17bf (patch)
treed137b2bf9c99009516e154c13631e2ea53778a7d /config.dev.toml
parent1e52ee9f5b7532df79c16a9c6e71adbcceaed187 (diff)
downloadgarage-8797eed0abdefac9a550b7ef55f60ba5899a17bf.tar.gz
garage-8797eed0abdefac9a550b7ef55f60ba5899a17bf.zip
Fixes due to integration tests
Diffstat (limited to 'config.dev.toml')
-rw-r--r--config.dev.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.dev.toml b/config.dev.toml
index 966bee4b..88378e50 100644
--- a/config.dev.toml
+++ b/config.dev.toml
@@ -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"