Add mk3 profile

This commit is contained in:
2024-04-07 23:28:12 +02:00
parent 98dac72084
commit b86b54d86a
4 changed files with 9 additions and 2 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -0,0 +1,2 @@
financer.serverUrl=http://localhost:8080/financer-server-mk3/
push-service-client.serverUrl=http://localhost:8080/push-service-server-mk/