Update path since we don't use the legacy path

This commit is contained in:
ucar-tmeyer 2022-10-28 11:50:48 -07:00
parent a9db0674eb
commit 136633d031

View file

@ -19,7 +19,7 @@
</bean>
<bean id="afosToAwipsListener" class="com.raytheon.uf.edex.plugin.text.dbsrv.ingest.AfosToAwipsListener">
<constructor-arg value="${afos2awips.legacyFileLocation}"/>
<constructor-arg value="afos2awips.txt"/>
</bean>
<bean id="afosBrowserListener" class="com.raytheon.uf.edex.plugin.text.dbsrv.ingest.AfosBrowserModelSubscriber" />