Merge pull request #6 from jtopjian/master

Invalid Trailing Comma
This commit is contained in:
Dan Bode 2012-06-12 09:27:41 -07:00
commit c3b1eb22fe

View File

@ -77,7 +77,7 @@ QUANTUM_ENABLED = True
<% end -%> <% end -%>
# If you have external monitoring links, eg: # 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 = { LOGGING = {
'version': 1, 'version': 1,
# When set to True this will disable all logging except # When set to True this will disable all logging except