diff --git a/financer-server/pom.xml b/financer-server/pom.xml
index 9760a7e..d143e37 100644
--- a/financer-server/pom.xml
+++ b/financer-server/pom.xml
@@ -18,7 +18,7 @@
jar
postgres,dev
- mk2
+ mk3
diff --git a/financer-server/src/main/resources/config/application-mk3.properties b/financer-server/src/main/resources/config/application-mk3.properties
new file mode 100644
index 0000000..56934a7
--- /dev/null
+++ b/financer-server/src/main/resources/config/application-mk3.properties
@@ -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
diff --git a/financer-web-client/pom.xml b/financer-web-client/pom.xml
index dab9449..e8a021d 100644
--- a/financer-web-client/pom.xml
+++ b/financer-web-client/pom.xml
@@ -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 ...-->
${project.artifactId}
- mk2
+ mk3
diff --git a/financer-web-client/src/main/resources/config/application-mk3.properties b/financer-web-client/src/main/resources/config/application-mk3.properties
new file mode 100644
index 0000000..059e9d3
--- /dev/null
+++ b/financer-web-client/src/main/resources/config/application-mk3.properties
@@ -0,0 +1,2 @@
+financer.serverUrl=http://localhost:8080/financer-server-mk3/
+push-service-client.serverUrl=http://localhost:8080/push-service-server-mk/