Skip to content

.nc.config is not passing the configured plugin as specified by nodecloud #44

@TheDhejavu

Description

@TheDhejavu

Current Configuration

const nodeCloudAzurePlugin = require("nodecloud-azure-plugin");

providers = [
  {
    name: "azure",
    tag: "azure",
    libName: "nodecloud-azure-plugin"
  }
];
module.exports = providers;

Correct configuation

const nodeCloudAwsPlugin = require("nodecloud-aws-plugin");

const providers = [
  {
    name: "aws",
    tag: "aws",
    plugin: nodeCloudAwsPlugin
  }
];`

module.exports = providers;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions