Commit 0998a9bd5cef98a3db1fb1338781a42ec3effaed
Exists in
community_hub_submodule
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,7 +3,7 @@ require File.dirname(__FILE__) + '/../../facebook_stream/lib_facebook_stream' | ||
3 | 3 | ||
4 | class CommunityHubPlugin::Hub < Folder | 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 | settings_items :twitter_enabled, :type => :boolean, :default => false | 7 | settings_items :twitter_enabled, :type => :boolean, :default => false |
8 | settings_items :hashtags_twitter, :type => :string, :default => "participa.br,participabr,arenanetmundial,netmundial" | 8 | settings_items :hashtags_twitter, :type => :string, :default => "participa.br,participabr,arenanetmundial,netmundial" |
9 | settings_items :facebook_enabled, :type => :boolean, :default => false | 9 | settings_items :facebook_enabled, :type => :boolean, :default => false |