Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically inject env variables as config #2

Closed
pi0 opened this issue Jan 27, 2022 · 1 comment
Closed

Automatically inject env variables as config #2

pi0 opened this issue Jan 27, 2022 · 1 comment

Comments

@pi0
Copy link
Member

pi0 commented Jan 27, 2022

To be fully 12 factor compliant, we shall allow overriding config with env variables.

// foo.config.ts
export default {
  bar: {
   baz: 123
  }
}

Using FOO_CONFIG_BAR_BAZ=456, should override baz value.

@pi0
Copy link
Member Author

pi0 commented Mar 13, 2023

Tracking via #16

@pi0 pi0 closed this as completed Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant