File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -61,5 +61,8 @@ fileignoreconfig:
6161
6262 - filename: ui/src/components/Common/Card/card.tsx
6363 checksum: 6c6194f6b8f470ad107e59f2c4247647bdaa804e458c06b007cf9e074aabac69
64+
65+ - filename: upload-api/src/config/index.ts
66+ checksum: bd1465785804b3e3942d79f4424498bec838e5aba431c715eb419f3d39cf8d30
6467
6568
Original file line number Diff line number Diff line change 1+ export default {
2+ plan : {
3+ dropdown : { optionLimit : 100 }
4+ } ,
5+ cmsType : process . env . CMS_TYPE || 'cmsType' ,
6+ isLocalPath : true ,
7+ awsData : {
8+ awsRegion : 'us-east-2' ,
9+ awsAccessKeyId : '' ,
10+ awsSecretAccessKey : '' ,
11+ awsSessionToken : '' ,
12+ bucketName : '' ,
13+ bucketKey : ''
14+ } ,
15+ localPath : process . env . CONTAINER_PATH || 'your-local-legacy-cms-path' ,
16+ } ;
You can’t perform that action at this time.
0 commit comments