Fixes and general progress
This commit is contained in:
@ -1 +1,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
|
||||
|
Reference in New Issue
Block a user