|
|
|
|
@ -8,12 +8,14 @@ public interface DBConstants
|
|
|
|
|
public static final String WEB_URL = "jdbc:postgresql://localhost:5436/siprp";
|
|
|
|
|
// public static final String WEB_URL = "jdbc:postgresql://storage:5432/siprp";
|
|
|
|
|
public static final String WEB_USER = "postgres";
|
|
|
|
|
public static final String WEB_PASSWORD = "Typein";
|
|
|
|
|
// public static final String WEB_PASSWORD = "Typein";
|
|
|
|
|
public static final String WEB_PASSWORD = null;
|
|
|
|
|
|
|
|
|
|
public static final String LOCAL_URL = "jdbc:postgresql://localhost:5436/siprp_local_3";
|
|
|
|
|
// public static final String LOCAL_URL = "jdbc:postgresql://storage/siprp_local";
|
|
|
|
|
public static final String LOCAL_USER = "postgres";
|
|
|
|
|
public static final String LOCAL_PASSWORD = "Typein";
|
|
|
|
|
// public static final String LOCAL_PASSWORD = "Typein";
|
|
|
|
|
public static final String LOCAL_PASSWORD = null;
|
|
|
|
|
|
|
|
|
|
public static final SQLQuery INIT[] = new SQLQuery[]{};
|
|
|
|
|
}
|
|
|
|
|
|