From f654030be3b39b8d0cbfefde6fff694bf5953906 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Sun, 30 Aug 2015 16:50:51 +0900 Subject: [PATCH] Fix enable_random_url default value --- .gotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gotty b/.gotty index 7836588..fd93b5f 100644 --- a/.gotty +++ b/.gotty @@ -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`