Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the...
[aai/sparky-fe.git] / src / app / assets / configuration / app_config.json
diff --git a/src/app/assets/configuration/app_config.json b/src/app/assets/configuration/app_config.json
new file mode 100644 (file)
index 0000000..a66c872
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    
+    "AAI":{
+        "TITLE": "A&AI",
+        "OXM": "oxm.xml",
+        "INVLIST": "InvList.json",
+        "CUSTQUERYLIST": "CustomQueryList.json"
+    },
+    "APP_TITLE_REGX": "\/services\/(\\w+)",
+    "APP_TITLE_REGX_LOCAL": "\/(\\w+)/#"
+}