|
|
|
|
@ -91,20 +91,6 @@ public class SIPRPDataLoader implements CompanyDataLoader
|
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DB_NAME, "siprp" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "root" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "UNIXLuvsU" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:mysql://" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "localhost" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "com.mysql.jdbc.Driver" );
|
|
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "slony" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "-rg2hevosiprp" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "192.168.1.1:5432" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "slony" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "-rg2hevoevo" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
|