
This commit fixes the path to be the proper location instead of a template param to make things actually work. Change-Id: I155b3cdaa9ff472653420472fdd01e43613d11f9
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
[default]
|
|
pidfile = <%= @pid_file %>
|
|
|
|
[gerrit]
|
|
username = <%= @gerrit_username %>
|
|
hostname = <%= @gerrit_hostname %>
|
|
key = /home/germqtt/.ssh/id_rsa
|
|
|
|
[mqtt]
|
|
hostname = <%= @mqtt_hostname %>
|
|
topic = <%= @topic %>
|
|
username = <%= @mqtt_username %>
|
|
password = <%= @mqtt_password %>
|