Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:59:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T19:13:12.242Z (7 months 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
[![Build Status](https://travis-ci.org/MOZGIII/hybridconfig.svg?branch=master)](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.