remove a couple of stray things I mistakenly -am -ed in. also, I am a jerk
This commit is contained in:
parent
778683f3e3
commit
5b947db0d7
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue