Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Allow changing Constellation Config through environment variables #4

Open
Hobadee opened this issue Feb 14, 2021 · 0 comments
Open
Milestone

Comments

@Hobadee
Copy link
Owner

Hobadee commented Feb 14, 2021

Allowing the changing of the Constellation Config through environment variables would likely help out in automated clusters.

Perhaps a comma-separated list as an environment variable?

Example of the config file JSON:

{
  "ConstellationRole": {
    "RoleEnabled": true,
    "DeleteUnusedData": false,
    "Servers": [
      {
        "Type": "comet",
        "Description": "localhost",
        "RemoteAddress": "$self$"
      }
    ]
  }
}

Depends on #2

@Hobadee Hobadee added this to the 1.0.2 milestone Feb 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant