From 1d7239751f8433350b89bf6b3fb62cda9ac72d29 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 29 Aug 2024 13:12:15 +0200 Subject: [PATCH] OZG-6499 OZG-6569 Set up e2e spring profile --- src/main/resources/application-e2e.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/application-e2e.yaml diff --git a/src/main/resources/application-e2e.yaml b/src/main/resources/application-e2e.yaml new file mode 100644 index 00000000..170243b9 --- /dev/null +++ b/src/main/resources/application-e2e.yaml @@ -0,0 +1,11 @@ +spring: + data: + mongodb: + uri: mongodb://localhost:27017/administration + +server: + port: 8080 + +management: + server: + port: 8081 \ No newline at end of file -- GitLab