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