diff options
author | Adam <Adam@anope.org> | 2011-08-10 05:05:09 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-10 05:05:09 -0400 |
commit | 697bc8d8e8849445da46e18a6cd9681a41b49195 (patch) | |
tree | 4fda8a5c1cf2c76beaee01deccf3b26368a45852 /data/global.example.conf | |
parent | 4bdc9824a00f2a93ff6d75fae97b386938f648dc (diff) |
Added a services.host define to easily change every clients hostname
Diffstat (limited to 'data/global.example.conf')
-rw-r--r-- | data/global.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index 5a3566e4e..d60144056 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -20,7 +20,7 @@ service /* * The hostname of the Global client. */ - host = "localhost.net" + host = "services.host" /* * The realname of the Global client. |