mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
83d021fcb7
- add some validation for config file - add comments explaining config - remove TLS listener since most clients can't use it anyway - remove unused nick generation function
17 lines
556 B
Plaintext
17 lines
556 B
Plaintext
[server]
|
|
name = "irc.example.com" ; required, usually a hostname
|
|
database = "ergonomadic.db" ; path relative to this file
|
|
listen = "localhost:6667" ; see `net.Listen` for examples
|
|
listen = "[::1]:6667" ; multiple `listen`s are allowed.
|
|
motd = "motd.txt" ; path relative to this file
|
|
password = "JDJhJDA0JHJzVFFlNXdOUXNhLmtkSGRUQVVEVHVYWXRKUmdNQ3FKVTRrczRSMTlSWGRPZHRSMVRzQmtt"
|
|
|
|
[operator "root"]
|
|
password = "JDJhJDA0JEhkcm10UlNFRkRXb25iOHZuSDVLZXVBWlpyY0xyNkQ4dlBVc1VMWVk1LlFjWFpQbGxZNUtl"
|
|
|
|
[debug]
|
|
net = true
|
|
client = false
|
|
channel = false
|
|
server = false
|