We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199d31c commit d5e4c3aCopy full SHA for d5e4c3a
src/main/java/io/supertokens/storage/postgresql/config/PostgreSQLConfig.java
@@ -651,7 +651,7 @@ private void validateAndNormalise(boolean skipValidation) throws InvalidConfigEx
651
652
{ // postgresql_port
653
if (postgresql_port < 0) {
654
- postgresql_port = Integer.parseInt(System.getProperty("ST_PLUGIN_SERVER_PORT", "5432"));
+ postgresql_port = Integer.parseInt(System.getProperty("ST_POSTGRESQL_PLUGIN_SERVER_PORT", "5432"));
655
}
656
657
0 commit comments