mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-14 04:03:59 -05: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
|