mirror of https://github.com/calzoneman/sync.git
10 lines
378 B
TOML
10 lines
378 B
TOML
|
[hcaptcha]
|
||
|
# Site key from hCaptcha. The value here by default is the dummy test key for local testing
|
||
|
site-key = "10000000-ffff-ffff-ffff-000000000001"
|
||
|
# Secret key from hCaptcha. The value here by default is the dummy test key for local testing
|
||
|
secret = "0x0000000000000000000000000000000000000000"
|
||
|
|
||
|
[register]
|
||
|
# Whether to require a captcha for registration
|
||
|
enabled = true
|