Skip to content

Commit 132b3a7

Browse files
committed
disable turnstile by default
1 parent 2e58db5 commit 132b3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/lila.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ streamer.twitch.endpoint = "http://caddy/static/twitch-streamers.json"
4949
streamer.twitch.client_id = "twitch-client-id"
5050
streamer.twitch.secret = "twitch-secret"
5151

52-
turnstile.enabled = true
52+
turnstile.enabled = false
5353

5454
# turnstile.site_key = "1x00000000000000000000AA" # Always passes; Visible; Test successful form submissions
5555
# turnstile.site_key = "2x00000000000000000000AB" # Always fails; Visible; Test error handling and retry logic

0 commit comments

Comments
 (0)