mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
Add reference to formats
This commit is contained in:
parent
d4a5398542
commit
4e029a7408
|
@ -8,7 +8,7 @@ Toolkit for loading and using application configuration from various formats.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
- Load from various file formats such as JSON and Java properties;
|
- Load from various file formats such as JSON and Java properties (see [Formats](#formats));
|
||||||
- Environment variable substitution;
|
- Environment variable substitution;
|
||||||
- Internal configuration substitution (Value in config replaced by other path in config);
|
- Internal configuration substitution (Value in config replaced by other path in config);
|
||||||
- Parse configuration from string or JSONValue instead of from disk.
|
- Parse configuration from string or JSONValue instead of from disk.
|
||||||
|
|
Loading…
Reference in a new issue