Skip to content

Commit 2fb6c46

Browse files
committed
RI-7155 - SSO never finishes on the VS Code extension after a 401 error
1 parent 7881fe4 commit 2fb6c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
NODE_ENV='production'
66
RI_BASE_APP_URL='http://localhost'
77
RI_APP_PORT=5541
8-
RI_APP_VERSION='1.2.0'
8+
RI_APP_VERSION='1.4.0'
99
RI_APP_PREFIX='api'
1010
RI_APP_FOLDER_NAME='.redis-for-vscode'
11-
RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.test/public/pre-release/2.66.0/web-mini'
11+
RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/latest/web-mini'
1212
RI_WITHOUT_BACKEND=false
1313
# RI_WITHOUT_BACKEND=true
1414
RI_STDOUT_LOGGER=false

0 commit comments

Comments
 (0)