diff --git a/scheduler/configuration/another_analytics.yml b/scheduler/configuration/another_analytics.yml
deleted file mode 100644
index 33db6c1e0865fde79655c430bffacebdf9ec2a16..0000000000000000000000000000000000000000
--- a/scheduler/configuration/another_analytics.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-dummy_engine:
-    run: "*/1 * * * *"
-    repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
\ No newline at end of file
diff --git a/scheduler/configuration/dummy_engines_1.yml b/scheduler/configuration/dummy_engines_1.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d05bb2fef634a30ca5e113b5a394d962c6aece6d
--- /dev/null
+++ b/scheduler/configuration/dummy_engines_1.yml
@@ -0,0 +1,9 @@
+dummy_engine_1_moodle:
+    crontab: "*/1 * * * *"
+    repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
+    analytics_token: "3265d4c5a0c83789d32d66d943012da42d2b3824b3b0f030b1dcb2009007619a"
+
+dummy_engine_1_h5p:
+    crontab: "*/1 * * * *"
+    repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
+    analytics_token: "21f37b67ec114cc533b200de80f71af33b9b387df7874d9948d494499cd08954"
\ No newline at end of file
diff --git a/scheduler/configuration/dummy_engines_3.yml b/scheduler/configuration/dummy_engines_3.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ea449e6de0ba72f8cd90edac4116697e7f18b399
--- /dev/null
+++ b/scheduler/configuration/dummy_engines_3.yml
@@ -0,0 +1,4 @@
+dummy_engine_3:
+    crontab: "*/1 * * * *"
+    repo: "https://mhartel:glpat-XCUF-tRqorfPeqA666ew@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine-3.git"
+    analytics_token: "e1f3e6625ade7463d34c4d25e8c26e235a23925067dfc9f9b635145784a0afe8"
\ No newline at end of file
diff --git a/scheduler/configuration/dummy_engines_4.yml b/scheduler/configuration/dummy_engines_4.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8d3350c15d7e6a664d1d0371dcdba62496dd1531
--- /dev/null
+++ b/scheduler/configuration/dummy_engines_4.yml
@@ -0,0 +1,4 @@
+dummy_engine_4:
+    crontab: "*/1 * * * *"
+    repo: "https://mhartel:glpat-sT4McKX7hBC_a3cbgyEh@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine-4.git"
+    analytics_token: "7c849ef79cb0714ba507210adc267c93a30f84cd99e4625f8852a81141f9cb32"
\ No newline at end of file
diff --git a/scheduler/configuration/dummy_engines_5.yml b/scheduler/configuration/dummy_engines_5.yml
new file mode 100644
index 0000000000000000000000000000000000000000..9bd2745aef8317f6fc1092e9c96d0f2f6aa11214
--- /dev/null
+++ b/scheduler/configuration/dummy_engines_5.yml
@@ -0,0 +1,4 @@
+dummy_engine_5:
+    crontab: "*/1 * * * *"
+    repo: "https://mhartel:glpat-sa7_27agCHnU8xczaSSq@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine-5.git"
+    analytics_token: "b3256d932e6b3441221ecfe231663dd87521061a53716b6d46d0d382aeb432f2"
\ No newline at end of file
diff --git a/scheduler/configuration/dummy_engines_6.yml b/scheduler/configuration/dummy_engines_6.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0aa53ad43ff8155d24c55cc83e6a725139dc3016
--- /dev/null
+++ b/scheduler/configuration/dummy_engines_6.yml
@@ -0,0 +1,4 @@
+dummy_engine_6:
+    crontab: "*/1 * * * *"
+    repo: "https://mhartel:glpat-qbEhRrxLxdtVC-v47dMJ@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine-6.git"
+    analytics_token: "b480ffdb885baa3f5a383307f5a2367f612c8856094793d890f04026847cc5be"
diff --git a/scheduler/configuration/sample-analytics.yaml b/scheduler/configuration/sample-analytics.yaml
deleted file mode 100644
index 942859e711bfcd5c55f8e75103841719ffaf76c2..0000000000000000000000000000000000000000
--- a/scheduler/configuration/sample-analytics.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-engine_every_ten_minute:
-    run: "*/1 * * * *"
-    repo: "https://gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
-    
-engine_hourly_example:
-    run: "0 * * * *"
-    repo: "https://gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
-    depends_on:
-        - engine_every_ten_minute
\ No newline at end of file