Deployment on heroku
This commit is contained in:
@@ -111,4 +111,10 @@
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<beans profile="production">
|
||||
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
||||
<property name="location" value="/WEB-INF/prod.properties" />
|
||||
</bean>
|
||||
</beans>
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user