Skip to content

Commit 4d89351

Browse files
author
Artyom Podymov
committed
allow defining APP FOLDER NAME by using env variable only for production
1 parent a9ac08c commit 4d89351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/config/staging.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-stage');
3+
const homedir = join(require('os').homedir(), '.redisinsight-v2.0-stage');
44

55
export default {
66
dir_path: {

0 commit comments

Comments
 (0)