Merge "Use instance variables in templates"

This commit is contained in:
Jenkins 2015-08-06 04:06:03 +00:00 committed by Gerrit Code Review
commit aa000a6a46
1 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
[ircbot]
nick=<%= nick %>
pass=<%= password %>
server=<%= server %>
nick=<%= @nick %>
pass=<%= @password %>
server=<%= @server %>
port=6667
channel_config=/etc/gerritbot/channel_config.yaml
lockfile=/var/run/gerritbot/gerritbot.pid
log_config=/etc/gerritbot/logging.config
[gerrit]
user=<%= user %>
user=<%= @user %>
key=/home/gerrit2/.ssh/gerritbot_rsa
host=<%= vhost_name %>
host=<%= @vhost_name %>
port=29418