https://github.com/mozgiii/hybridconfig
Runtime web application configuration loader utilizing hybrid approach: using external JSON config fetching but allowing use of environment variables to overwrite values in development environment.
https://github.com/mozgiii/hybridconfig
configuration runtime-configuration
Last synced: over 1 year ago
JSON representation
Runtime web application configuration loader utilizing hybrid approach: using external JSON config fetching but allowing use of environment variables to overwrite values in development environment.
- Host: GitHub
- URL: https://github.com/mozgiii/hybridconfig
- Owner: MOZGIII
- License: mit
- Created: 2018-11-25T15:45:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:59:38.000Z (over 3 years ago)
- Last Synced: 2025-01-21T06:28:50.483Z (over 1 year ago)
- Topics: configuration, runtime-configuration
- Language: TypeScript
- Homepage:
- Size: 588 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hybridconfig
[](https://travis-ci.org/MOZGIII/hybridconfig)
Runtime web application configuration loader utilizing hybrid approach: using
external JSON config fetching but allowing use of environment variables to
overwrite values in development environment.