redis: Added parameter for bind address

This commit is contained in:
Ossi Salmi 2013-07-16 22:09:22 +03:00
parent 012f12ef80
commit 307010a103
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
bind 127.0.0.1
bind <%= @bind %>
dir /srv/redis
appendonly <% if @appendonly == true %>yes<% else %>no<% end %>
<% if @password -%>