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:
Jeremy Stanley 2018-10-05 17:11:40 +00:00
parent 2818d122ea
commit 43515e398a
1 changed files with 1 additions and 1 deletions

View File

@ -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