Commit 4f2d0747b502b8de4c506084b130caa3d9cabebd

Authored by Victor Costa
1 parent f7e11979
Exists in master

community_hub: add proxy config for hub listener

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/hub_updater
... ... @@ -7,5 +7,6 @@ NOOSFERO_ROOT = File.expand_path(File.dirname(__FILE__) + '/../../../')
7 7  
8 8 Daemons.run_proc('hub') do
9 9 require NOOSFERO_ROOT + '/config/environment'
  10 + require 'proxifier/env' unless ENV['PROXY'].blank?
10 11 CommunityHubPlugin::Listener.run
11 12 end
... ...