Updated documentation (Quentin's work) #214

Merged
lx merged 3 commits from doc/clean-and-tests into main 2022-02-07 15:03:01 +00:00
Showing only changes of commit 99ed67503c - Show all commits

View file

@ -56,11 +56,11 @@ bootstrap_peers = []
[s3_api]
s3_region = "garage"
api_bind_addr = "[::]:3900"
root_domain = ".s3.garage"
root_domain = ".s3.garage.localhost"
[s3_web]
bind_addr = "[::]:3902"
root_domain = ".web.garage"
root_domain = ".web.garage.localhost"
index = "index.html"
```