RIC Configuration from UI
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / mock / ric-configuration.json
diff --git a/webapp-frontend/src/app/mock/ric-configuration.json b/webapp-frontend/src/app/mock/ric-configuration.json
new file mode 100644 (file)
index 0000000..0183e2e
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "config": {
+    "//description": "Application configuration",
+    "ric": [
+      {
+        "name": "ric1",
+        "baseUrl": "http://localhost:30001/",
+        "managedElementIds": [
+          "kista_1",
+          "kista_2"
+        ]
+      }
+    ]
+  }
+}
\ No newline at end of file