mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(config): 💚 Enable Challenges in CI tests
This commit is contained in:
parent
935ad72936
commit
ef57198220
8
.github/config.workflow.toml
vendored
8
.github/config.workflow.toml
vendored
|
|
@ -240,18 +240,18 @@ disallow_tempmail = false
|
||||||
# Regex is allowed here
|
# Regex is allowed here
|
||||||
disallowed_domains = []
|
disallowed_domains = []
|
||||||
|
|
||||||
# [validation.challenges]
|
[validation.challenges]
|
||||||
# "Challenges" (aka captchas) are a way to verify that a user is human
|
# "Challenges" (aka captchas) are a way to verify that a user is human
|
||||||
# Versia Server's challenges use no external services, and are proof-of-work based
|
# Versia Server's challenges use no external services, and are proof-of-work based
|
||||||
# This means that they do not require any user interaction, instead
|
# This means that they do not require any user interaction, instead
|
||||||
# they require the user's computer to do a small amount of work
|
# they require the user's computer to do a small amount of work
|
||||||
# The difficulty of the challenge, higher is will take more time to solve
|
# The difficulty of the challenge, higher is will take more time to solve
|
||||||
# difficulty = 50000
|
difficulty = 50000
|
||||||
# Challenge expiration time in seconds
|
# Challenge expiration time in seconds
|
||||||
# expiration = 300 # 5 minutes
|
expiration = 300 # 5 minutes
|
||||||
# Leave this empty to generate a new key
|
# Leave this empty to generate a new key
|
||||||
# Sensitive value
|
# Sensitive value
|
||||||
# key = ""
|
key = "YBpAV0KZOeM/MZ4kOb2E9moH9gCUr00Co9V7ncGRJ3wbd/a9tLDKKFdI0BtOcnlpfx0ZBh0+w3WSvsl0TsesTg=="
|
||||||
|
|
||||||
# Block content that matches these regular expressions
|
# Block content that matches these regular expressions
|
||||||
[validation.filters]
|
[validation.filters]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue