Add planned defaults to the config
This commit is contained in:
parent
0467596c7c
commit
3e0a1be6bc
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue