Commit 0998a9bd5cef98a3db1fb1338781a42ec3effaed

Authored by Victor Costa
2 parents b3f7a6bc 52d81004

Merge branch 'AI3074-community_dashboard' of gitlab.com:participa/noosfero into …

…AI3074-community_dashboard
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/community_hub_plugin/hub.rb
... ... @@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/../../facebook_stream/lib_facebook_stream'
3 3  
4 4 class CommunityHubPlugin::Hub < Folder
5 5  
6   - settings_items :proxy_url, :type => :string, :default => 'http://161.148.1.167:3128' # Remember to use add the port, if needed!
  6 + settings_items :proxy_url, :type => :string, :default => 'http://161.148.1.167:3128' # Remember to use add the port, in case needed.
7 7 settings_items :twitter_enabled, :type => :boolean, :default => false
8 8 settings_items :hashtags_twitter, :type => :string, :default => "participa.br,participabr,arenanetmundial,netmundial"
9 9 settings_items :facebook_enabled, :type => :boolean, :default => false
... ...