We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would be a nice feature as it allows for different configurations without the need to re-build.
I'm currently setting different TZ env values for testing as shown here
Additionally, I've seen there is support to getenv in code, but haven't found how to use it in the app itself
getenv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would be a nice feature as it allows for different configurations without the need to re-build.
I'm currently setting different TZ env values for testing as shown here
Additionally, I've seen there is support to
getenv
in code, but haven't found how to use it in the app itselfThe text was updated successfully, but these errors were encountered: