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

@@ -27,7 +27,7 @@
paths. Default is the artifactId, the build-war profile defines its own default.
Can be changed at build time via 'mvn ... -DfinalName=financer ...-->
<finalName>${project.artifactId}</finalName>
<deploymentProfile>mk2</deploymentProfile>
<deploymentProfile>mk3</deploymentProfile>
</properties>
<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/