We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8596d commit 784e7daCopy full SHA for 784e7da
upload-api/src/config/index.ts
@@ -2,7 +2,7 @@ export default {
2
plan: {
3
dropdown: { optionLimit: 100 }
4
},
5
- cmsType: process.env.CMS_TYPE || 'aem',
+ cmsType: process.env.CMS_TYPE || 'cmsType',
6
isLocalPath: true,
7
awsData: {
8
awsRegion: 'us-east-2',
@@ -12,5 +12,5 @@ export default {
12
bucketName: '',
13
bucketKey: ''
14
15
- localPath: process.env.CONTAINER_PATH || '/Users/shobhit.upadhyay/Downloads/templates',
+ localPath: process.env.CONTAINER_PATH || 'your-local-legacy-cms-path',
16
};
0 commit comments