diff options
author | Adam <Adam@anope.org> | 2017-08-20 20:17:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-08-20 20:17:04 -0400 |
commit | 623755dfebd5123aa27a02484db0fd320c61d036 (patch) | |
tree | c9b99627b1ce12e1e469baefbb6e4636cec2dc73 /data/operserv.example.conf | |
parent | f90b2dc3dbdb79a50933a0034b2339693615b02a (diff) |
Add support for envvars in the config
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 0e0e59592..ca91a488f 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the OperServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the OperServ client. |