
The sample config file included in the repo was very specific to my account. This just removes the references to my gerrit username, openstack's gerrit server, and my username on my local machines. Change-Id: Ib1843b83a2c3b71d45522d2235e8df842b959c7e
13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
[default]
|
|
pidfile = /var/run/germqtt.pid
|
|
|
|
[gerrit]
|
|
username=gerrit_username
|
|
hostname=localhost
|
|
key=~/.ssh/id_rsa
|
|
|
|
[mqtt]
|
|
hostname=localhost
|
|
topic=gerrit
|
|
qos = 2
|