Skip to content

Commit 5d8e130

Browse files
authored
Merge pull request #156 from RedisInsight/feature/migrate_to_new_BE
migrate to new BE
2 parents cb395fb + 3577787 commit 5d8e130

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.env

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ NODE_ENV='production'
66
RI_BASE_APP_URL='http://localhost'
77
RI_APP_PORT=5541
88
RI_APP_PREFIX='api'
9-
RI_APP_TYPE='VS_CODE'
109
RI_APP_FOLDER_NAME='.redis-insight-vsc'
11-
RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/releases/2.52.0-vsc/web'
10+
RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/releases/2.54.0-vsc/web'
1211
RI_WITHOUT_BACKEND=false
1312
RI_STDOUT_LOGGER=false
14-
RI_BUILD_TYPE='DOCKER_ON_PREMISE'
15-
RI_SEGMENT_WRITE_KEY='SEGMENT_WRITE_KEY'
13+
RI_AUTO_BOOTSTRAP=false
14+
RI_MIGRATE_OLD_FOLDERS=false
15+
RI_BUILD_TYPE='VS_CODE'
16+
# RI_SEGMENT_WRITE_KEY='SEGMENT_WRITE_KEY'

0 commit comments

Comments
 (0)