mirror of
https://github.com/mastodon/mastodon.git
synced 2026-05-06 22:08:07 -05:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
Rails.application.configure do
|
|
config.x.email_subscriptions = ENV['DISABLE_EMAIL_SUBSCRIPTIONS'] != 'true'
|
|
end
|