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/memoserv.example.conf | |
parent | f90b2dc3dbdb79a50933a0034b2339693615b02a (diff) |
Add support for envvars in the config
Diffstat (limited to 'data/memoserv.example.conf')
-rw-r--r-- | data/memoserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index cda9a02ae..e06095812 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -21,7 +21,7 @@ service /* * The hostname of the MemoServ client. */ - host = "services.host" + host = "${services.host}" /* * The realname of the MemoServ client. |