mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-12 03:08:06 -05:00
Convert playgroundEnabled: bool to string
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
e1505a7573
commit
fabd5dd7ec
@ -84,7 +84,7 @@ class Config(configFilePath: String) {
|
|||||||
(AttributesEnum.CAPTCHA_EXPIRY_TIME_LIMIT.toString -> 5) ~
|
(AttributesEnum.CAPTCHA_EXPIRY_TIME_LIMIT.toString -> 5) ~
|
||||||
(AttributesEnum.THROTTLE.toString -> 1000) ~
|
(AttributesEnum.THROTTLE.toString -> 1000) ~
|
||||||
(AttributesEnum.THREAD_DELAY.toString -> 2) ~
|
(AttributesEnum.THREAD_DELAY.toString -> 2) ~
|
||||||
(AttributesEnum.PLAYGROUND_ENABLED.toString -> true) ~
|
(AttributesEnum.PLAYGROUND_ENABLED.toString -> "true") ~
|
||||||
(AttributesEnum.CORS_HEADER.toString -> "") ~
|
(AttributesEnum.CORS_HEADER.toString -> "") ~
|
||||||
(AttributesEnum.MAX_ATTEMPTS.toString -> 10) ~
|
(AttributesEnum.MAX_ATTEMPTS.toString -> 10) ~
|
||||||
("captchas" -> List(
|
("captchas" -> List(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user