mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Rename profile prod.properties to heroku.properties.
This commit is contained in:
parent
d7d269d97c
commit
dfa3a9ca29
2
Procfile
2
Procfile
@ -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
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<beans profile="production">
|
<beans profile="heroku">
|
||||||
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
||||||
<property name="location" value="/WEB-INF/prod.properties" />
|
<property name="location" value="/WEB-INF/prod.properties" />
|
||||||
</bean>
|
</bean>
|
||||||
|
Loading…
Reference in New Issue
Block a user