Deployment on heroku

This commit is contained in:
Gonzalo Bellver
2012-08-17 12:16:01 -03:00
parent b6b0f460de
commit 81a85aaadf
6 changed files with 105 additions and 3 deletions

View File

@@ -72,4 +72,10 @@
<property name="adminUser" value="${admin.user}"/>
</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>