Skip to content

Commit d5e4c3a

Browse files
SattvikSattvik
authored andcommitted
fix: tests
1 parent 199d31c commit d5e4c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/supertokens/storage/postgresql/config/PostgreSQLConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ private void validateAndNormalise(boolean skipValidation) throws InvalidConfigEx
651651

652652
{ // postgresql_port
653653
if (postgresql_port < 0) {
654-
postgresql_port = Integer.parseInt(System.getProperty("ST_PLUGIN_SERVER_PORT", "5432"));
654+
postgresql_port = Integer.parseInt(System.getProperty("ST_POSTGRESQL_PLUGIN_SERVER_PORT", "5432"));
655655
}
656656
}
657657

0 commit comments

Comments
 (0)