Rename profile prod.properties to heroku.properties.

This commit is contained in:
Paulo Gustavo Veiga
2012-08-25 11:32:23 -03:00
parent d7d269d97c
commit dfa3a9ca29
3 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@
</property>
</bean>
<beans profile="production">
<beans profile="heroku">
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="/WEB-INF/prod.properties" />
</bean>