Add the possibility to disable subscribe socket
Intel does not support subscribe socket yet.
I don't want to try to connect with this socket
becuase it crashes entire app in development mode.
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com>
Change-Id: I09d66474480dcb37393ecff5d46c4ee0e9052f99
diff --git a/.env.intel b/.env.intel
index 74a21b9..731a125 100644
--- a/.env.intel
+++ b/.env.intel
@@ -1,3 +1,4 @@
NODE_ENV=production
VUE_APP_ENV_NAME="intel"
VUE_APP_COMPANY_NAME="intel"
+VUE_APP_SUBSCRIBE_SOCKET_DISABLED="true"
\ No newline at end of file