Convert playgroundEnabled: bool to string

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar 2022-01-08 01:37:57 +05:30
parent 8e39505644
commit e1505a7573

View File

@ -5,7 +5,7 @@
"captchaExpiryTimeLimit" : 5, "captchaExpiryTimeLimit" : 5,
"throttle" : 10, "throttle" : 10,
"threadDelay" : 2, "threadDelay" : 2,
"playgroundEnabled" : false, "playgroundEnabled" : "false",
"corsHeader" : "*", "corsHeader" : "*",
"maxAttempts" : 20, "maxAttempts" : 20,
"captchas" : [ { "captchas" : [ {