|
|
|
@ -87,19 +87,19 @@ public class IBookDataLoader implements CompanyDataLoader
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DB_NAME, "" );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DB_NAME, "" );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DRIVER_NAME, "" );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DRIVER_NAME, "" );
|
|
|
|
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
|
|
|
|
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, "postgres" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "localhost:5432" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "192.168.1.1:5432" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL, "localhost:5432" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|