This commit is contained in:
Mike Bierlee 2022-09-29 02:31:42 +03:00
parent b1d25f6191
commit 253b90acbb

View file

@ -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";