Initial Commit - NG UI
* Roboto and font-awesome fonts are added in package.json
* Replace Nginx alpine varient to stable
* Devops files are added
* Docker file aligned as per community reviews
* Enhancement - NS primitive, Azure inclusion and domain name
* RWD changes
Change-Id: If543efbf127964cbd8f4be4c5a67260c91407fd9
Signed-off-by: kumaran.m <kumaran.m@tataelxsi.co.in>
diff --git a/proxy.conf.json b/proxy.conf.json
new file mode 100644
index 0000000..e6a63c6
--- /dev/null
+++ b/proxy.conf.json
@@ -0,0 +1,7 @@
+{
+ "/osm/*": {
+ "target": "https://nbi:9999",
+ "secure": false,
+ "logLevel": "info"
+ }
+}
\ No newline at end of file