From b86b54d86abd56c832330e2fe2f1fc3581b396ff Mon Sep 17 00:00:00 2001 From: MK13 Date: Sun, 7 Apr 2024 23:28:12 +0200 Subject: [PATCH] Add mk3 profile --- financer-server/pom.xml | 2 +- .../src/main/resources/config/application-mk3.properties | 5 +++++ financer-web-client/pom.xml | 2 +- .../src/main/resources/config/application-mk3.properties | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 financer-server/src/main/resources/config/application-mk3.properties create mode 100644 financer-web-client/src/main/resources/config/application-mk3.properties 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/