6 lines
154 B
Text
6 lines
154 B
Text
bind 127.0.0.1
|
|
dir /srv/redis
|
|
appendonly <% if @appendonly == true %>yes<% else %>no<% end %>
|
|
<% if @password -%>
|
|
requirepass <%= @password %>
|
|
<% end -%>
|