0.8.0 • Published 8 years ago

smart-config v0.8.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Smart Config

Smart config managing tool. Features:

  • parse JSON in environment variables;
  • get environment variables from file;
  • extend configs.

Configuring

Config dir path can be set with env var CONFIG_DIR_PATH. Default value your-project-dir/config with files:

  • default.json
  • production.json

Environment variables that shouldn't be in github you can set in file your-project-dir/.env.json. You can change path in ENV_FILE_DIR env var.

TODO

  • more detailed README;
  • support of custom variables (staging, dev, etc.);
  • refactoring.
0.8.0

8 years ago

0.7.4

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.7.1

9 years ago

0.7.0

9 years ago