Skip to content

Commit 07fd489

Browse files
committed
changing test details
1 parent a97f50c commit 07fd489

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/picoded/dstack/jsql/JSqlTestConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static public Properties MYSQL_CONN_PROPS() {
108108
//-------------------------------//
109109
// Default Credentials for MSSQL //
110110
//-------------------------------//
111-
static private String MSSQL_HOST = "demodb-mssql.picoded-dev.com";
111+
static private String MSSQL_HOST = "localhost";
112112
static private String MSSQL_NAME = "JAVACOMMONS";
113113
static private String MSSQL_USER = "JAVACOMMONS";
114114
static private String MSSQL_PASS = "JAVACOMMONS";
@@ -141,7 +141,7 @@ static public String MSSQL_PASS() {
141141
//--------------------------------//
142142
// Default Credentials for ORACLE //
143143
//--------------------------------//
144-
static private String ORACLE_PATH = "@//salesbox-db-oracle.cvbukxarewjf.ap-southeast-1.rds.amazonaws.com:1521/ORCL";
144+
static private String ORACLE_PATH = "@//localhost:1521/ORCL";
145145
static private String ORACLE_USER = "JAVACOMMONS";
146146
static private String ORACLE_PASS = "JAVACOMMONS";
147147

@@ -189,7 +189,7 @@ static public int POSTGRES_PORT() {
189189
//-------------------------------//
190190
// LDAP Server location //
191191
//-------------------------------//
192-
static private String LDAP_HOST = "demodb-ldap.picoded-dev.com";
192+
static private String LDAP_HOST = "localhost";
193193
static private String LDAP_DOMAIN = "com.demo";
194194
static private int LDAP_PORT = 389;
195195

0 commit comments

Comments
 (0)