Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 38a2c6e

Browse files
authored
Merge pull request #8 from PostHog/xvello-patch-1
fix default port to 5432
2 parents 0ffbbb7 + 34c98c6 commit 38a2c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"key": "port",
3636
"name": "PostgreSQL instance port",
3737
"type": "string",
38-
"default": "5439",
39-
"hint": "Default: 5439 (Required if Database URL is not specified)",
38+
"default": "5432",
39+
"hint": "Default: 5432 (Required if Database URL is not specified)",
4040
"required_if": [["databaseUrl", ""]],
4141
"visible_if": [["databaseUrl", ""]]
4242
},

0 commit comments

Comments
 (0)