diff --git a/src/main/resources/application-e2e.yaml b/src/main/resources/application-e2e.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..170243b938eb5dcff292ec0165ede076f9e37f1e
--- /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