diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-09 13:57:20 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-09 14:20:34 +0000 |
commit | badcf31499d8dd4023d10d623c7a7dadef254f95 (patch) | |
tree | 60b5520cb773f40b099f99f30c8cb02aba3a2971 /data/memoserv.example.conf | |
parent | c98602bf19c3b3fa4966dd4fe4f990e5977e163a (diff) |
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})
Diffstat (limited to 'data/memoserv.example.conf')
-rw-r--r-- | data/memoserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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. |