Virto Commerce Azure Blob Storage Assets Module

CI status Quality gate Reliability rating Security rating Sqale rating

Overview

File System Assets module provide integration with File System.

Settings

  1. Open appsettings.json for the Virto Commerce Platform instance.
  2. Navigate to the Assets node:
    "Assets": {
        "Provider": "FileSystem",
        "FileSystem": {
            "RootPath": "~/assets",
            "PublicUrl": "http://localhost:10645/assets/"
        },
    }
  1. 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

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.