Add tests for CORS

This commit is contained in:
Quentin Dufour
2022-01-14 11:47:27 +01:00
parent bed3106c6a
commit 9374389f87
4 changed files with 27 additions and 7 deletions
+2 -2
View File
@@ -49,11 +49,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"
```