Trim extra linebreaks, SC-2670
This commit is contained in:
parent
25b92e49fd
commit
a85ca8c3ba
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ management:
|
|||
redis:
|
||||
<% if @session_backend == 'redis' -%>
|
||||
enabled: true
|
||||
<% end %>
|
||||
<% end -%>
|
||||
<% if @session_backend == 'memory' -%>
|
||||
enabled: false
|
||||
<% end %>
|
||||
<% end -%>
|
||||
|
||||
credential:
|
||||
bundles:
|
||||
|
|
Loading…
Add table
Reference in a new issue