api: add support for cloudflare turnstile

This commit is contained in:
wukko
2024-08-16 00:10:17 +06:00
parent 384c6deced
commit 4283774c6c
3 changed files with 40 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ const env = {
&& parseInt(process.env.PROCESSING_PRIORITY),
externalProxy: process.env.API_EXTERNAL_PROXY,
turnstileSecret: process.env.TURNSTILE_SECRET,
}
export {