Revert "fix: change default integration_api to 3004"

This commit is contained in:
Fernando Rodrigues
2025-09-14 13:07:08 +00:00
committed by GitHub
parent da1c706334
commit ee8952de10

View File

@@ -64,7 +64,7 @@ export const configSchema = z
server: z.object({
integration_port: portSchema
.optional()
.default(3004)
.default(3003)
.transform(stoi)
.pipe(portSchema.optional()),
external_port: portSchema