mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 04:53:13 -05:00
Convert playgroundEnabled: bool to string
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
8e39505644
commit
e1505a7573
@ -5,7 +5,7 @@
|
||||
"captchaExpiryTimeLimit" : 5,
|
||||
"throttle" : 10,
|
||||
"threadDelay" : 2,
|
||||
"playgroundEnabled" : false,
|
||||
"playgroundEnabled" : "false",
|
||||
"corsHeader" : "*",
|
||||
"maxAttempts" : 20,
|
||||
"captchas" : [ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user