diff options
| -rw-r--r-- | src/YalpAuth/YalpPGSqlAuth/YalpAuthPluginImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/YalpAuth/YalpPGSqlAuth/YalpAuthPluginImpl.java b/src/YalpAuth/YalpPGSqlAuth/YalpAuthPluginImpl.java index 9412f2c..d7c7a21 100644 --- a/src/YalpAuth/YalpPGSqlAuth/YalpAuthPluginImpl.java +++ b/src/YalpAuth/YalpPGSqlAuth/YalpAuthPluginImpl.java @@ -52,7 +52,7 @@ public class YalpAuthPluginImpl extends AuthPluginInterfacePOA{ orb = _orb; /* t.b.d. read from config xml */ - String db = "jdbc:postgresql://localhost:5433/yalp"; + String db = "jdbc:postgresql://localhost:5432/yalp"; String dbYalpUser = "yalp"; String dbPasswd = "yalp"; |
