Commit f654030b by Iwasaki Yudai

Fix enable_random_url default value

1 parent ee77ec1b
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// credential = "user:pass" // credential = "user:pass"
// [bool] Enable random URL generation // [bool] Enable random URL generation
// enable_random_url bool // enable_random_url = false
// [int] Default length of random strings appended to URL // [int] Default length of random strings appended to URL
// To enable random URL generation, set `true` to `enable_random_url` // To enable random URL generation, set `true` to `enable_random_url`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!