
It is easier for a human to read, and by virtue of not requiring escaped quotes, easier to copy/paste into a logstash field. When copy/pasting, the newlines won't show up in the input field. The '>' syntax in YAML indicates folding, which causes the newline and indentation to be turned into a single space. Change-Id: Ibd172fd4859c055096609f31ef09222147c34cf3
14 lines
299 B
Plaintext
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.yaml
|
|
key=/home/mtreinish/.ssh/id_rsa.pub
|