1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 17:56:38 +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
@@ -18,7 +18,7 @@ service
/*
* The hostname of the StatServ client.
*/
host = "stats.host"
host = "${services.host}"
/*
* The realname of the StatServ client.