This commit is contained in:
2026-04-21 16:53:56 +03:00
parent 1346924387
commit 2ccd6831eb
26 changed files with 430403 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@ export const envSchema = z.object({
DATABASE_URL: z.string().url(),
// AI Engine
AI_ENGINE_URL: z.string().url().default("http://localhost:8000"),
AI_ENGINE_MODE: z.enum(["v25", "dual", "v26"]).default("v25"),
// JWT
JWT_SECRET: z.string().min(32),