The trailing comma caused the links to not parse for me.

This commit is contained in:
Joe Topjian 2012-06-12 10:22:05 -06:00
parent 70a7c83081
commit 57b4e19e89

View File

@ -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