mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
6 lines
225 B
Ruby
6 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
|