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

@ -1 +1 @@
web: java $JAVA_OPTS -Dspring.profiles.active=production -jar wise-webapp/target/dependency/jetty-runner.jar --port $PORT wise-webapp/target/*.war
web: java $JAVA_OPTS -Dspring.profiles.active=keroku -jar wise-webapp/target/dependency/jetty-runner.jar --port $PORT wise-webapp/target/*.war

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>