File tree Expand file tree Collapse file tree 4 files changed +367
-3
lines changed Expand file tree Collapse file tree 4 files changed +367
-3
lines changed Original file line number Diff line number Diff line change 7070 with :
7171 app-name : ' strapi-cms-test-app'
7272 slot-name : ' Production'
73- package : .
74- skip-app-build : true
73+ package : .
Original file line number Diff line number Diff line change 1- export default ( ) => ( { } ) ;
1+ export default ( { env } ) _ => ( {
2+ upload : {
3+ config : {
4+ provider : '@strapi/provider-upload-azure-storage' ,
5+ providerOptions : {
6+ accountName : env ( 'STORAGE_ACCOUNT_NAME' ) ,
7+ containerName : env ( 'BLOB_CONTAINER_NAME' ) ,
8+ } ,
9+ } ,
10+ } ,
11+ } ) ;
Original file line number Diff line number Diff line change 2323 "react" : " ^18.0.0" ,
2424 "react-dom" : " ^18.0.0" ,
2525 "react-router-dom" : " ^6.0.0" ,
26+ "strapi-provider-upload-azure-storage" : " ^3.5.0" ,
2627 "styled-components" : " ^6.0.0"
2728 },
2829 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments