elastic-recheck/elasticRecheck.conf.sample
Matthew Treinish fce600e64c Add ssh key to config file
Using daemonContext requires a full path for all files that are
opened. So this adds the ssh key to the config file to ensure that
the irc bot can find the right key.
2013-09-19 12:12:10 -04:00

14 lines
299 B
Plaintext

#Must use full paths
[ircbot]
nick=RecheckWatchBot
pass=
server=irc.freenode.net
port=6667
channel_config=/home/mtreinish/elasticRecheck/recheckwatchbot.yaml
[gerrit]
user=treinish
host=review.openstack.org
query_file=/home/mtreinish/elasticRecheck/queries.json
key=/home/mtreinish/.ssh/id_rsa.pub