2bb28339cb
Also, normalize some parameters to the status manifest to make it more readable (since they follow the same pattern). And make the ssh config for elastic-recheck bot match reviewday. Change-Id: I2417f121e7b3685aab9540504cdd4c6db1754e67
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
#Must use full paths
|
|
[ircbot]
|
|
nick=<%= recheck_bot_nick %>
|
|
pass=<%= recheck_bot_passwd %>
|
|
server=irc.freenode.net
|
|
port=6667
|
|
channel_config=/etc/elastic-recheck/recheckwatchbot.yaml
|
|
log_config=/etc/elastic-recheck/logging.config
|
|
|
|
[gerrit]
|
|
host=<%= gerrit_host %>
|
|
user=<%= recheck_gerrit_user %>
|
|
query_file=/etc/elastic-recheck/queries
|
|
key=/home/recheck/.ssh/id_rsa
|