Add planned defaults to the config

This commit is contained in:
Ken-Håvard Lieng 2016-01-14 07:08:15 +01:00
parent 0467596c7c
commit 3e0a1be6bc

View File

@ -1,6 +1,16 @@
port = 80 port = 80
verify_client_certificates = true verify_client_certificates = true
# Not implemented
[defaults]
name = "Freenode"
address = "chat.freenode.net"
password = ""
channels = [
"#dispatch",
"#go-nuts"
]
[https] [https]
enabled = false enabled = false
port = 443 port = 443