mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 21:21:06 +00:00
Merge pull request #1459 from SigmaSquadron/revert-1281-push-nymutulytrsq
Revert "fix: change default integration_api to 3004"
This commit is contained in:
commit
4447fb8202
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(3004)
|
||||
.default(3003)
|
||||
.transform(stoi)
|
||||
.pipe(portSchema.optional()),
|
||||
external_port: portSchema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue