diff --git a/financer-server/pom.xml b/financer-server/pom.xml
index e9957dd..7ae3d98 100644
--- a/financer-server/pom.xml
+++ b/financer-server/pom.xml
@@ -18,7 +18,7 @@
jar
postgres,dev
- mk
+ mk2
diff --git a/financer-server/src/main/resources/config/application-mk2.properties b/financer-server/src/main/resources/config/application-mk2.properties
new file mode 100644
index 0000000..4f5a1ca
--- /dev/null
+++ b/financer-server/src/main/resources/config/application-mk2.properties
@@ -0,0 +1,5 @@
+spring.datasource.url=jdbc:postgresql://localhost/financer_mk_2
+spring.datasource.username=financer_mk
+spring.datasource.password=financer_mk
+
+financer.mailRecipients[0]=marius@kleberonline.de
\ No newline at end of file
diff --git a/financer-web-client/pom.xml b/financer-web-client/pom.xml
index a45e0f6..c32b2b4 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}
- mk
+ mk2