Merge branch 'dev' into feat/multi-lang-Terms-of-service

This commit is contained in:
Ruben Talstra 2025-05-15 17:09:30 +02:00 committed by GitHub
commit 1dd644b72e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 157 additions and 20 deletions

View file

@ -35,6 +35,13 @@ interface:
multiConvo: true
agents: true
# Example Cloudflare turnstile (optional)
#turnstile:
# siteKey: "your-site-key-here"
# options:
# language: "auto" # "auto" or an ISO 639-1 language code (e.g. en)
# size: "normal" # Options: "normal", "compact", "flexible", or "invisible"
# Example Registration Object Structure (optional)
registration:
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple']