Browse Source

undo unnecessary change

tags/v0.1.0
Edmund Huber 9 years ago
parent
commit
0d1c63396b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ergonomadic.conf

+ 1
- 1
ergonomadic.conf View File

@@ -1,5 +1,5 @@
1 1
 [server]
2
-name = "localhost" ; required, usually a hostname
2
+name = "irc.example.com" ; required, usually a hostname
3 3
 database = "ergonomadic.db" ; path relative to this file
4 4
 listen = "localhost:6667" ; see `net.Listen` for examples
5 5
 listen = "[::1]:6667" ; multiple `listen`s are allowed.

Loading…
Cancel
Save