We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2b9d7 commit 2c4360eCopy full SHA for 2c4360e
redisinsight/api/config/default.ts
@@ -145,7 +145,7 @@ export default {
145
},
146
content: {
147
updateUrl: process.env.RI_CONTENT_UPDATE_URL
148
- || 'https://github.com/RedisInsight/Statics/releases/download/2.42',
+ || 'https://github.com/RedisInsight/Statics/releases/download/2.54',
149
zip: process.env.RI_CONTENT_ZIP || dataZipFileName,
150
buildInfo: process.env.RI_CONTENT_INFO || buildInfoFileName,
151
devMode: !!process.env.RI_CONTENT_PATH,
0 commit comments