Virto Commerce Azure Blob Storage Assets Module
Overview
File System Assets module provide integration with File System.
Settings
- Open appsettings.json for the Virto Commerce Platform instance.
- Navigate to the Assets node:
"Assets": {
"Provider": "FileSystem",
"FileSystem": {
"RootPath": "~/assets",
"PublicUrl": "http://localhost:10645/assets/"
},
}
- Modify the following settings:
- Set the Provider value to FileSystem.
- Change RootPath to change root folder where the files are stored on the local disk.
- Change PublicUrl based on your platform configuaration or CDN. This pass is used to create absolute asset url.
Documentation
References
- Deploy: https://virtocommerce.com/docs/latest/developer-guide/deploy-module-from-source-code/
- Installation: https://www.virtocommerce.com/docs/latest/user-guide/modules/
- Home: https://virtocommerce.com
- Community: https://www.virtocommerce.org
- Download Latest Release
License
Copyright (c) Virto Solutions LTD. All rights reserved.
Licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://virtocommerce.com/opensourcelicense
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.