mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-25 03:35:24 +02:00
Merge pull request #1281 from jackrosenberg/push-nymutulytrsq
fix: change default integration_api to 3004
This commit is contained in:
commit
4757c7db8c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export const configSchema = z
|
|||
server: z.object({
|
||||
integration_port: portSchema
|
||||
.optional()
|
||||
.default(3003)
|
||||
.default(3004)
|
||||
.transform(stoi)
|
||||
.pipe(portSchema.optional()),
|
||||
external_port: portSchema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue