fix: update OpenSearch host configuration and improve code consistency across controllers and components

This commit is contained in:
Kaimbacher 2026-06-24 11:38:24 +02:00
commit 6c75efbc28
7 changed files with 368 additions and 141 deletions

View file

@ -35,6 +35,7 @@ export default await Env.create(new URL('../', import.meta.url), {
HASH_DRIVER: Env.schema.enum(['scrypt', 'argon', 'bcrypt', 'laravel', undefined] as const),
OAI_LIST_SIZE: Env.schema.number(),
OPENSEARCH_HOST: Env.schema.string(),
/*
|----------------------------------------------------------