mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
Grammar
This commit is contained in:
parent
b1d25f6191
commit
253b90acbb
|
@ -13,7 +13,7 @@ import std.stdio : writeln;
|
|||
import std.process : environment;
|
||||
|
||||
void main() {
|
||||
// This example shows how values in configuration can be substituted from
|
||||
// This example shows how values in configuration can be substituted with
|
||||
// environment variables or other configuration paths.
|
||||
|
||||
environment["CONFIG_EXAMPLE_SUBJECT"] = "world";
|
||||
|
|
Loading…
Reference in a new issue