Skip to content

Commit 784e7da

Browse files
refactor: update cmsType and localPath defaults in configuration for improved clarity and maintainability
1 parent 6a8596d commit 784e7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upload-api/src/config/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
plan: {
33
dropdown: { optionLimit: 100 }
44
},
5-
cmsType: process.env.CMS_TYPE || 'aem',
5+
cmsType: process.env.CMS_TYPE || 'cmsType',
66
isLocalPath: true,
77
awsData: {
88
awsRegion: 'us-east-2',
@@ -12,5 +12,5 @@ export default {
1212
bucketName: '',
1313
bucketKey: ''
1414
},
15-
localPath: process.env.CONTAINER_PATH || '/Users/shobhit.upadhyay/Downloads/templates',
15+
localPath: process.env.CONTAINER_PATH || 'your-local-legacy-cms-path',
1616
};

0 commit comments

Comments
 (0)