Merge branch 'DEVELOP_BE' of ssh://172.18.22.160:29418/Dropwizard/Microservices/mics-central-service into DEVELOP_BE
diff --git a/serviceConfigDevLocal.yml b/serviceConfigDevLocal_MASTER.yml
similarity index 100%
rename from serviceConfigDevLocal.yml
rename to serviceConfigDevLocal_MASTER.yml
diff --git a/servicesDistributionDevServer.json b/servicesDistributionDevServer.json
new file mode 100644
index 0000000..ea0fc9c
--- /dev/null
+++ b/servicesDistributionDevServer.json
@@ -0,0 +1,27 @@
+[
+  {
+    "active": "true",
+    "clustername": "elogbook.openK",
+    "description": "elogbook service cluster for openKonsequenz",
+    "distributions": [
+      {
+        "active": "true",
+        "name": "auth-n-auth.mics",
+        "protocol": "http",
+        "host": "172.18.22.160",
+        "portApp": "9002",
+        "portHealth": "9003",
+        "description": "Authentication Service"
+      },
+      {
+        "active": "true",
+        "name": "mics-central-service",
+        "protocol": "http",
+        "host": "172.18.22.160",
+        "portApp": "9010",
+        "portHealth": "9011",
+        "description": "Mics Central Service-Configures and dispatches different service clusters for different modules"
+      }
+    ]
+  }
+]
\ No newline at end of file