hiero-ledger / hiero-ledger/hiero-consensus-node
Config API: Support for .env files in config API
Open
Base Config
Platform
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
The config API can already read config properties from the system environment (see `SystemEnvironmentConfigSource`). It would be cool if a '.env' file would be supported, too. The lib https://github.com/cdimascio/dotenv-java provides functionality to read an `.env` file and add the content to the system environment. We could add that to the config source.
Contributor guide
Assessment
This issue has not been assessed yet.