Skip to content

Support private environment variables #4

@justmoon

Description

@justmoon

We would add a new property to the manifest called private_environment, which defines what private environment variables are defined.

{
  "manifest": {
    "image": "sharafian/crontract",
    "environment": {
      "DEBUG": "*",
      "COUNCIL_HOSTS": "10.200.10.1:8001",
      "ILP_PLUGIN": "ilp-plugin-payment-channel-framework",
      
    },
    "private_environment": {
      "ILP_CREDENTIALS": true
    },
    "port": "5001"
  }
}

The actual values are passed outside the manifest when uploading the contract.

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