The File System Assets module provides integration with File System.
- 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.
- File System Assets module user documentation
- Assets management
- Assets storage configuration
- REST API
- View on GitHub
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.