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.
2 parents b066699 + 2c4360e commit 05fe99aCopy full SHA for 05fe99a
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