From 65fdc14ac329c7165a8f9537becddaa867616807 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 6 May 2014 17:57:57 -0400 Subject: [PATCH] change s3 url --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index f473a30..3265431 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -60,7 +60,7 @@ Vidpush::Application.configure do # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.action_controller.asset_host = "http://assets.example.com" - config.action_controller.asset_host = "http://propel-vidpush-staging.s3.amazonaws.com" + config.action_controller.asset_host = "http://propel-vidpush-production.s3.amazonaws.com" # Precompile additional assets.