## `ceylon-config`
A Ceylon Library for managing configuration from several sources, including
* config files
* env variables
* java system-properties
This library inspired by [The Twelve-Factor App](https://github.com/yogthos/config)
and [yogthos/config](https://github.com/yogthos/config) project.
Configuration is resolved in next order:
1. config `json/toml` file in current dir
2. profile `json/toml` file
3. custom config file `json/toml`, specified by cmd parameter `--config`
4. ...
Version0.2.0compared with
Version Details
| 0.1.3 | 0.2.0 | |
|---|---|---|
| Release date | Feb 13, 2021 | Feb 13, 2021 |
| Licenses | None | None |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.