Add planned defaults to the config
This commit is contained in:
parent
0467596c7c
commit
3e0a1be6bc
@ -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…
Reference in New Issue
Block a user