summaryrefslogtreecommitdiff
path: root/data/irc2sql.example.conf
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-09 13:57:20 +0000
committerSadie Powell <sadie@witchery.services>2025-03-09 14:20:34 +0000
commitbadcf31499d8dd4023d10d623c7a7dadef254f95 (patch)
tree60b5520cb773f40b099f99f30c8cb02aba3a2971 /data/irc2sql.example.conf
parentc98602bf19c3b3fa4966dd4fe4f990e5977e163a (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/irc2sql.example.conf')
-rw-r--r--data/irc2sql.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/irc2sql.example.conf b/data/irc2sql.example.conf
index f23044dab..5e090d4f2 100644
--- a/data/irc2sql.example.conf
+++ b/data/irc2sql.example.conf
@@ -18,7 +18,7 @@ service
/*
* The hostname of the StatServ client.
*/
- host = "stats.host"
+ host = "${services.host}"
/*
* The realname of the StatServ client.