From badcf31499d8dd4023d10d623c7a7dadef254f95 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 9 Mar 2025 13:57:20 +0000 Subject: Make config variables a lot more useful. - Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain}) --- data/memoserv.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/memoserv.example.conf') diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index e05e1c14a..7906bc14a 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the MemoServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the MemoServ client. -- cgit