diff options
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" |