Skip to content

Commit 57a00b7

Browse files
Update upload-api/src/config/index.ts
Co-authored-by: Copilot <[email protected]>
1 parent 73b27cc commit 57a00b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload-api/src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export default {
1212
bucketName: '',
1313
bucketKey: ''
1414
},
15-
localPath: '/Users/shobhit.upadhyay/Downloads/blogpost.xml',
15+
localPath: process.env.LOCAL_PATH || '',
1616
};

0 commit comments

Comments
 (0)