about summary refs log tree commit diff
path: root/config/initializers/ostatus.rb
blob: 6f00ba7edb9f5d5942ae6b831484456f1c012370 (plain) (blame)
1
2
3
4
5
6
LOCAL_DOMAIN = ENV['LOCAL_DOMAIN'] || 'localhost'
HUB_URL      = ENV['HUB_URL'] || 'https://pubsubhubbub.superfeedr.com'

Rails.application.configure do
  config.action_mailer.default_url_options = { host: LOCAL_DOMAIN }
end