diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-11 19:48:01 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-11 19:48:01 +0100 |
commit | 2765291796de1b94401e462dc5136fdfce867596 (patch) | |
tree | b068e58074cb9f16039f1af1bb6cede0ea60253c /config.dev.toml | |
parent | d445c4ef9cd6835ec7e2e543e9e462adcd0f58bf (diff) | |
download | garage-2765291796de1b94401e462dc5136fdfce867596.tar.gz garage-2765291796de1b94401e462dc5136fdfce867596.zip |
Build path correctly
Diffstat (limited to 'config.dev.toml')
-rw-r--r-- | config.dev.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.dev.toml b/config.dev.toml index 88378e50..215bc50c 100644 --- a/config.dev.toml +++ b/config.dev.toml @@ -19,3 +19,4 @@ s3_region = "garage" # set this to anything. S3 API calls will fail if they a [s3_web] bind_addr = "[::1]:3902" root_domain = ".garage.tld" +index = "index.html" |