Skip to content

Commit

Permalink
Merge pull request #1559 from argos-ci/add-pg-port-config
Browse files Browse the repository at this point in the history
chore: fix warning by adding pg port to config
  • Loading branch information
gregberge authored Feb 9, 2025
2 parents 93b058b + e63338d commit e59d912
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/backend/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ export function createConfig() {
format: Boolean,
default: false,
},
port: {
doc: "Port",
format: Number,
default: 5432,
},
},
},
discord: {
Expand Down

0 comments on commit e59d912

Please sign in to comment.