config.php: add turnstile field options

This commit is contained in:
Zankaria 2024-07-27 16:08:47 +02:00
parent 43ea24ea20
commit 12f0fd1cb4

View file

@ -339,6 +339,13 @@
$config['recaptcha_public'] = '6LcXTcUSAAAAAKBxyFWIt2SO8jwx4W7wcSMRoN3f';
$config['recaptcha_private'] = '6LcXTcUSAAAAAOGVbVdhmEM1_SyRF4xTKe8jbzf_';
// Enable Cloudflare's Turnstile captcha.
$config['turnstile'] = false;
// Public and private key pair.
$config['turnstile_public'] = '';
$config['turnstile_private'] = '';
// Ability to lock a board for normal users and still allow mods to post. Could also be useful for making an archive board
$config['board_locked'] = false;