Removing old name references
[appc.git] / appc-config / appc-encryption-tool / provider / src / main / java / org / onap / appc / encryptiontool / wrapper / DbServiceUtil.java
index d1be5e6..87d1c97 100644 (file)
@@ -63,7 +63,7 @@ public class DbServiceUtil
     public static DBResourceManager initDbLibService() throws Exception
     {
         props = new Properties();
-        File file = new File("/opt/app/bvc/properties/dblib.properties");
+        File file = new File("/opt/onap/appc/data/properties/dblib.properties");
         URL propURL = file.toURI().toURL();
         props.load(propURL.openStream());
         jdbcDataSource = new DBResourceManager(props);