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 78bc0a1 commit 68b52a3Copy full SHA for 68b52a3
redisinsight/api/config/default.ts
@@ -87,6 +87,7 @@ export default {
87
},
88
encryption: {
89
keytar: process.env.RI_ENCRYPTION_KEYTAR ? process.env.RI_ENCRYPTION_KEYTAR === 'true' : true, // enabled by default
90
+ // !!! DO NOT CHANGE THIS VARIABLE FOR REDIS INSIGHT!!! MUST BE "redisinsight"!!! It's only for vscode extension
91
keytarService: process.env.RI_ENCRYPTION_KEYTAR_SERVICE || 'redisinsight',
92
encryptionIV: process.env.RI_ENCRYPTION_IV || Buffer.alloc(16, 0),
93
encryptionAlgorithm: process.env.RI_ENCRYPTION_ALGORYTHM || 'aes-256-cbc',
0 commit comments