Sha256: d220856c8b4e786c4d3542b6d656e4fe627717a022acc7833209cc85de67760c
Contents?: true
Size: 559 Bytes
Versions: 43
Compression:
Stored size: 559 Bytes
Contents
SocialStream::Ostatus.setup do |config| # Default to the PuSH reference Hub server # # config.hub = 'http://pubsubhubbub.appspot.com' # The host where the hub should take the activity feed from # # Local subjects will publish their public activities there config.activity_feed_host = 'localhost:3000' # The host where the PuSH should send the callbacks to # # Remote subjects get their local activities updates with the PuSH callback config.pshb_host = 'localhost:3000' # Debug OStatus requests # config.debug_requests = true end
Version data entries
43 entries across 43 versions & 2 rubygems