Removing external hub completely, fix #333 fixing digit-only hashtags,
removing web app capability from non-webapp pages
This commit is contained in:
parent
c4ffffbeed
commit
6de079a5af
14 changed files with 2 additions and 32 deletions
|
@ -6,7 +6,6 @@ https = ENV['LOCAL_HTTPS'] == 'true'
|
|||
|
||||
Rails.application.configure do
|
||||
config.x.local_domain = host
|
||||
config.x.hub_url = ENV.fetch('HUB_URL') { 'https://pubsubhubbub.superfeedr.com' }
|
||||
config.x.use_https = https
|
||||
config.x.use_s3 = ENV['S3_ENABLED'] == 'true'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue