remove a couple of stray things I mistakenly -am -ed in. also, I am a jerk

This commit is contained in:
Maxwell Salzberg 2012-01-22 23:07:26 -08:00
parent 778683f3e3
commit 5b947db0d7
2 changed files with 1 additions and 2 deletions

View file

@ -35,7 +35,7 @@ Diaspora::Application.configure do
# Disable Rails's static asset server
# In production, Apache or nginx will already do this
config.serve_static_assets = true
config.serve_static_assets = false
# Enable serving of images, stylesheets, and javascripts from an asset server

View file

@ -4,7 +4,6 @@
if AppConfig[:airbrake_api_key].present?
require 'airbrake'
puts "in airbrake"
Airbrake.configure do |config|
config.api_key = AppConfig[:airbrake_api_key]
end