summaryrefslogtreecommitdiff
path: root/.env.intel
diff options
context:
space:
mode:
authorMateusz Gapski <mateuszx.gapski@intel.com>2020-07-24 09:52:53 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-28 20:45:07 +0300
commit33a8c5369e0253a93dba2e70647bda1c7697b73b (patch)
tree12f2c68f40527b9257309a965168af9364a93c63 /.env.intel
parent37b0839703ffce0ca31aafc426852f706b101c46 (diff)
downloadwebui-vue-33a8c5369e0253a93dba2e70647bda1c7697b73b.tar.xz
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
Diffstat (limited to '.env.intel')
-rw-r--r--.env.intel1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.intel b/.env.intel
index 74a21b9e..731a1253 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