Skip to content
Alexander Anderson edited this page Nov 20, 2017 · 2 revisions

A Configuration

This module is written for using configuration files and letting them separate for clarity and purpose; Application specific and System specific. This is to let the application specify what it wants to know and allow the system or container running it to provide environment specific settings via files rather than environment settings (Or possibly a combination of those and more).

In general, this module seeks to have no dependencies and to keep a small footprint to keep usage and support simple.

Documentation

See the Yuidocs on GitHub Pages:
» https://aetherwalker.github.io/a-configuration/

Clone this wiki locally