mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 21:33:21 +00:00
7 lines
225 B
Ruby
7 lines
225 B
Ruby
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
|