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 64f8491 + 6e9633d commit 352874bCopy full SHA for 352874b
redisinsight/api/config/production.ts
@@ -1,6 +1,6 @@
1
import { join } from 'path';
2
3
-const homedir = join(require('os').homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-v2.0');
+const homedir = join(require('os').homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-preview');
4
5
export default {
6
dir_path: {
0 commit comments