Use port 6697 for IRC over SSL/TLS
We're moving gerritbot to SASL auth, and assume SSL/TLS for the socket so need to use port 6697 which actually supports that. Change-Id: I8eed5fea31d772338529a43c7568206e97192f64
This commit is contained in:
parent
2818d122ea
commit
43515e398a
@ -2,7 +2,7 @@
|
||||
nick=<%= @nick %>
|
||||
pass=<%= @password %>
|
||||
server=<%= @server %>
|
||||
port=6667
|
||||
port=6697
|
||||
channel_config=/etc/gerritbot/channel_config.yaml
|
||||
lockfile=/var/run/gerritbot/gerritbot.pid
|
||||
log_config=/etc/gerritbot/logging.config
|
||||
|
Loading…
x
Reference in New Issue
Block a user