mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 10:46:38 +00:00
Merge pull request #1281 from jackrosenberg/push-nymutulytrsq
fix: change default integration_api to 3004
This commit is contained in:
@@ -64,7 +64,7 @@ export const configSchema = z
|
|||||||
server: z.object({
|
server: z.object({
|
||||||
integration_port: portSchema
|
integration_port: portSchema
|
||||||
.optional()
|
.optional()
|
||||||
.default(3003)
|
.default(3004)
|
||||||
.transform(stoi)
|
.transform(stoi)
|
||||||
.pipe(portSchema.optional()),
|
.pipe(portSchema.optional()),
|
||||||
external_port: portSchema
|
external_port: portSchema
|
||||||
|
|||||||
Reference in New Issue
Block a user