nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Reference env vars when setting other env vars #86

Closed BSick7 closed 1 year ago

BSick7 commented 2 years ago

Summary

Nullstone currently injects environment variables into apps with a hardcoded env var name. Changing the application code to account for this new environment variable may not be feasible.

Instead, a user could the value of an environment variable in another environment variable. In effect, this remaps the environment variable value to another.

It may also be useful to utilize an environment variable as a part of another environment variable. This feature should allow interpolation as well as direct mapping.

BSick7 commented 1 year ago

This is a duplicate of #124.