mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
926429647d
* Revert "Revert "CORDA-3307 - add support for environment variables in linux (#5523)" (#5643)" This reverts commit 03ab258fc2d0f40badd73f78c81e5ec6badf2940. * Env variables with underscore are now validated using schema validation and checking for unknown key errors. * Resolving comments from PR review. * Fix for deprecated import. * Reworked logic according to PR review. * Resolved bad string parsing problems where the json structure could be broken if some symbols were included in the key or value.