Fix enable_random_url default value

This commit is contained in:
Iwasaki Yudai 2015-08-30 16:50:51 +09:00
parent ee77ec1b3a
commit f654030be3

2
.gotty
View File

@ -15,7 +15,7 @@
// credential = "user:pass"
// [bool] Enable random URL generation
// enable_random_url bool
// enable_random_url = false
// [int] Default length of random strings appended to URL
// To enable random URL generation, set `true` to `enable_random_url`