Add environment var resolution in run time with especial notation
See original GitHub issueIn symfony, you can resolv enviroments variables with %env(VAR_NAME)%
. I modify FileLoader to replace this sintax with value of the same varible name in process.env
. I can upload commits with modifications associted to this issue. Can u authorize me to make a pull request?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Qp2setenv_ile()--Set ILE Environment Variables for IBM PASE ...
The Qp2setenv_ile() function sets one or more ILE environment variables, with special support to resolve conflicts between ILE and IBM PASE for i...
Read more >Environment Variables
Environment variables that apply to a single utility only are defined as part of the utility description. See the ENVIRONMENT VARIABLES section of...
Read more >Environment Variables - Forms - Oracle Help Center
This chapter describes Forms environment variables associated with ... Runtime. Specifies the location of the BI Publisher Service Location in the format ...
Read more >Environment Variables - Java Service Wrapper
The Wrapper supports environment variable expansion at run time within the values of ... are defined by using special property names which begin...
Read more >Use predefined variables - Azure Pipelines - Microsoft Learn
These variables are scoped to a specific Deployment job and will be resolved only at job execution time. Variable, Description. Environment.Name ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
released to version 2.5.0. Thanks @barinbritva
@zazoomauro, here is my solution for it - https://github.com/zazoomauro/node-dependency-injection/pull/133