Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 388 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 388 Bytes

Overview

Package conf is a framework for reading configurations from variety of configuration stores, such as ENV, files, or Apollo.

Supported Stores

  • ENV
  • Local files
  • Apollo. Watching is also supported

Supported Formats

  • properties, props, prop
  • json
  • yaml, yml
  • toml
  • hcl
  • tfvars
  • ini
  • env
  • dotenv

Examples

Please refer HERE for examples.