Skip to content

Commit 352874b

Browse files
author
arthosofteq
authored
Merge pull request #45 from RedisInsight/fix/app-folder-name
Fix/ Folder name for settings on prod
2 parents 64f8491 + 6e9633d commit 352874b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/config/production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from 'path';
22

3-
const homedir = join(require('os').homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-v2.0');
3+
const homedir = join(require('os').homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-preview');
44

55
export default {
66
dir_path: {

0 commit comments

Comments
 (0)