|
|
|
|
@ -5,13 +5,13 @@ import com.evolute.utils.sql.Update;
|
|
|
|
|
|
|
|
|
|
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_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 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_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";
|
|
|
|
|
|
|
|
|
|
|