1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 14:23:13 +02:00

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})
This commit is contained in:
Sadie Powell
2025-03-09 13:57:20 +00:00
parent c98602bf19
commit badcf31499
12 changed files with 83 additions and 35 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ service
/*
* The hostname of the HostServ client.
*/
host = "services.host"
host = "${services.host}"
/*
* The realname of the HostServ client.