-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass config env vars to mirrord verify-config. (#181)
* Pass config env vars to mirrord verify-config. * function to get the env vars from launch config // reformat code // docs * format // uncomment version check * format // more version check revert * ktlint format * changelog * auto formatting things Co-authored-by: Michał Smolarek <[email protected]> * remove noisy logs // cat noises * missing return null * return lift * do we want it in the individual IDE runs? * use run settings env vars everywhere * klint * change env vars everywhere (2) // have different project|ide set additional env vars * ktlint * have extraEnv be more complete? * tomcat env vars * comment configFromEnv * addressing CR // remove function for getting env vars (we pass them down) // actually use the env vars in MirrordApi * optimus prime imports * lint --------- Co-authored-by: Michał Smolarek <[email protected]>
- Loading branch information
Showing
14 changed files
with
98 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Passes the launch env vars section to mirrord verify-config, and mirrord, resolving config options that were set as env vars. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.