Add mk3 profile
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<packaging.type>jar</packaging.type>
|
<packaging.type>jar</packaging.type>
|
||||||
<activeProfiles>postgres,dev</activeProfiles>
|
<activeProfiles>postgres,dev</activeProfiles>
|
||||||
<deploymentProfile>mk2</deploymentProfile>
|
<deploymentProfile>mk3</deploymentProfile>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
spring.datasource.url=jdbc:postgresql://localhost/financer_mk3
|
||||||
|
spring.datasource.username=financer_mk3
|
||||||
|
spring.datasource.password=financer_mk3
|
||||||
|
|
||||||
|
financer.mailRecipients[0]=marius@kleberonline.de
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
paths. Default is the artifactId, the build-war profile defines its own default.
|
paths. Default is the artifactId, the build-war profile defines its own default.
|
||||||
Can be changed at build time via 'mvn ... -DfinalName=financer ...-->
|
Can be changed at build time via 'mvn ... -DfinalName=financer ...-->
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
<deploymentProfile>mk2</deploymentProfile>
|
<deploymentProfile>mk3</deploymentProfile>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
financer.serverUrl=http://localhost:8080/financer-server-mk3/
|
||||||
|
push-service-client.serverUrl=http://localhost:8080/push-service-server-mk/
|
||||||
Reference in New Issue
Block a user