summaryrefslogtreecommitdiff
path: root/.env.intel
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-08-31 17:28:02 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-01 20:30:56 +0300
commitfce5b4d1a0797a90187f0c479f91e16703e08d9f (patch)
tree057af6ac607983d6434eba574cbf95a9417cb8f9 /.env.intel
parent044b1bb84225b96c3c1ab47d7b37398b8649cf9f (diff)
downloadwebui-vue-fce5b4d1a0797a90187f0c479f91e16703e08d9f.tar.xz
Update Intel dotenv file to allow style customizations
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I1798cc276a3b3c889b0e21fb935b95fedfebe44d
Diffstat (limited to '.env.intel')
-rw-r--r--.env.intel3
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.intel b/.env.intel
index 74c880e2..46201455 100644
--- a/.env.intel
+++ b/.env.intel
@@ -2,4 +2,5 @@ NODE_ENV=production
VUE_APP_ENV_NAME="intel"
VUE_APP_COMPANY_NAME="intel"
VUE_APP_SUBSCRIBE_SOCKET_DISABLED="true"
-VUE_APP_VIRTUAL_MEDIA_LIST_ENABLED="true" \ No newline at end of file
+VUE_APP_VIRTUAL_MEDIA_LIST_ENABLED="true"
+CUSTOM_STYLES="true" \ No newline at end of file