Skip to content

Commit 0681714

Browse files
Update upload-api/src/config/index.ts
Co-authored-by: Copilot <[email protected]>
1 parent 5c0d226 commit 0681714

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)