2017-01-12 20:46:24 +01:00
|
|
|
# config/app.yml for rails-settings-cached
|
|
|
|
defaults: &defaults
|
2017-02-10 22:37:11 +01:00
|
|
|
site_title: 'Mastodon'
|
2017-01-12 20:46:24 +01:00
|
|
|
site_description: ''
|
2017-01-13 03:24:41 +01:00
|
|
|
site_extended_description: ''
|
2017-01-12 20:46:24 +01:00
|
|
|
site_contact_username: ''
|
|
|
|
site_contact_email: ''
|
2017-04-04 15:26:57 +02:00
|
|
|
open_registrations: true
|
|
|
|
closed_registrations_message: ''
|
2017-01-12 20:46:24 +01:00
|
|
|
notification_emails:
|
|
|
|
follow: false
|
|
|
|
reblog: false
|
|
|
|
favourite: false
|
|
|
|
mention: false
|
|
|
|
follow_request: true
|
2017-03-03 23:45:48 +01:00
|
|
|
digest: true
|
2017-01-12 20:46:24 +01:00
|
|
|
interactions:
|
|
|
|
must_be_follower: false
|
|
|
|
must_be_following: false
|
2017-04-04 15:26:57 +02:00
|
|
|
|
2017-01-12 20:46:24 +01:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|