summaryrefslogtreecommitdiff
path: root/data/irc2sql.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-08-20 20:17:04 -0400
committerAdam <Adam@anope.org>2017-08-20 20:17:04 -0400
commit623755dfebd5123aa27a02484db0fd320c61d036 (patch)
treec9b99627b1ce12e1e469baefbb6e4636cec2dc73 /data/irc2sql.example.conf
parentf90b2dc3dbdb79a50933a0034b2339693615b02a (diff)
Add support for envvars in the config
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 e8fec08b1..7412e5393 100644
--- a/data/irc2sql.example.conf
+++ b/data/irc2sql.example.conf
@@ -18,7 +18,7 @@ service
/*
* The hostname of the StatServ client.
*/
- host = "services.host"
+ host = "${services.host}"
/*
* The realname of the StatServ client.