change override to work for bother badger and ai gateway

This commit is contained in:
Owen
2026-08-04 16:08:13 -04:00
parent 1696fc37a8
commit 80dcdfe251
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ export const configSchema = z
.default(3001)
.transform(stoi)
.pipe(portSchema),
badger_override: z.string().optional(),
internal_api_override: z.string().optional(),
next_port: portSchema
.optional()
.default(3002)