diff --git a/alfa-client/.editorconfig b/alfa-client/.editorconfig
index e14b6a99e7209e7a792eb54731d0a73614ce9d7c..21bdfce6b9ac66fd38fc1afc849a66da184e0352 100644
--- a/alfa-client/.editorconfig
+++ b/alfa-client/.editorconfig
@@ -28,8 +28,8 @@
 root = true
 
 [*]
-indent_style = tab
-indent_size = 4
+indent_style = space
+indent_size = 2
 end_of_line = lf
 charset = utf-8
 trim_trailing_whitespace = true
diff --git a/alfa-client/apps/alfa-e2e/cypress.config.json b/alfa-client/apps/alfa-e2e/cypress.config.json
index 51aed25856700ddaa535421360ac106f45ca759a..bf241ca8448e0a90bc8ba525d7eb9d5c7bfd3fba 100644
--- a/alfa-client/apps/alfa-e2e/cypress.config.json
+++ b/alfa-client/apps/alfa-e2e/cypress.config.json
@@ -2,7 +2,7 @@
   "baseUrl": "http://localhost:4300",
   "env": {
     "dbUrl": "mongodb://localhost:27018",
-    "database": "test",
+    "database": "local",
     "keycloakRealm": "by-e2e-local-dev",
     "keycloakUrl": "https://sso.dev.by.ozg-cloud.de/",
     "keycloakClient": "alfa",
@@ -36,4 +36,4 @@
     "reportFilename": "report",
     "overwrite": true
   }
-}
+}
\ No newline at end of file
diff --git a/alfa-client/apps/alfa-e2e/docker-compose.yml b/alfa-client/apps/alfa-e2e/docker-compose.yml
index fc0bb1476055b3067a232095fb0c74b355ae3e15..49d874732f102f16d13f94b8ad0aba54d4bcc2c1 100644
--- a/alfa-client/apps/alfa-e2e/docker-compose.yml
+++ b/alfa-client/apps/alfa-e2e/docker-compose.yml
@@ -45,6 +45,7 @@ services:
       - OZGCLOUD_PROCESSORS_0_NAME=ticketCheck
       - OZGCLOUD_USER-MANAGER_URL=http://localhost:9092
       - SPRING_DATA_MONGODB_HOST=mongodb
+      - SPRING_DATA_MONGODB_DATABASE=local
       - SPRING_PROFILES_ACTIVE=${SPRING_PROFILE:-local,e2e}
       - LOGGING_CONFIG=classpath:log4j2-local.xml
     ports: