The trailing comma caused the links to not parse for me.
This commit is contained in:
parent
70a7c83081
commit
57b4e19e89
@ -77,7 +77,7 @@ QUANTUM_ENABLED = True
|
||||
<% end -%>
|
||||
|
||||
# If you have external monitoring links, eg:
|
||||
EXTERNAL_MONITORING = <% if horizon_app_links %><%= horizon_app_links %>,<% else %>[ ]<% end %>
|
||||
EXTERNAL_MONITORING = <% if horizon_app_links %><%= horizon_app_links %><% else %>[ ]<% end %>
|
||||
LOGGING = {
|
||||
'version': 1,
|
||||
# When set to True this will disable all logging except
|
||||
|
Loading…
Reference in New Issue
Block a user