Fix syntax in erb file, SC-2670
This commit is contained in:
parent
061bcc9d02
commit
25b92e49fd
1 changed files with 2 additions and 2 deletions
|
@ -51,10 +51,10 @@ management:
|
|||
port: 8444
|
||||
health:
|
||||
redis:
|
||||
<% if @session_backend == redis -%>
|
||||
<% if @session_backend == 'redis' -%>
|
||||
enabled: true
|
||||
<% end %>
|
||||
<% if @session_backend == memory -%>
|
||||
<% if @session_backend == 'memory' -%>
|
||||
enabled: false
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue