Added configuration for search for frontend.

This commit is contained in:
Tom
2025-06-24 18:36:15 +00:00
parent e7fc6e0802
commit 26abb6163f
3 changed files with 43 additions and 8 deletions

View File

@ -1,5 +1,21 @@
{
"features": {
"registration": false
}
"features": {
"registration": false
},
"providers": {
"default": "google",
"google": {
"name": "Google",
"filters": {},
"languages": {
"zh": "Chinese",
"nl": "Dutch",
"en": "English",
"fr": "Francais",
"ko": "Korean",
"ja": "Japanese",
"es": "Spanish"
}
}
}
}