2017-01-12 19:46:24 +00:00
|
|
|
# config/app.yml for rails-settings-cached
|
2017-04-09 17:34:29 +01:00
|
|
|
#
|
|
|
|
# This file contains default values, and does not need to be edited
|
|
|
|
# when configuring an instance. These settings may be changed by an
|
|
|
|
# Administrator using the Web UI.
|
|
|
|
#
|
|
|
|
# For more information, see docs/Running-Mastodon/Administration-guide.md
|
|
|
|
#
|
2017-01-12 19:46:24 +00:00
|
|
|
defaults: &defaults
|
2017-05-29 01:09:12 +01:00
|
|
|
site_title: 'Cybrespace'
|
2017-01-12 19:46:24 +00:00
|
|
|
site_description: ''
|
2017-01-13 02:24:41 +00:00
|
|
|
site_extended_description: ''
|
2017-01-12 19:46:24 +00:00
|
|
|
site_contact_username: ''
|
|
|
|
site_contact_email: ''
|
2017-04-04 14:26:57 +01:00
|
|
|
open_registrations: true
|
|
|
|
closed_registrations_message: ''
|
2017-06-19 14:12:31 +01:00
|
|
|
open_deletion: true
|
2017-04-13 20:53:59 +01:00
|
|
|
boost_modal: false
|
2017-04-17 11:14:03 +01:00
|
|
|
auto_play_gif: true
|
2017-05-29 16:56:13 +01:00
|
|
|
delete_modal: true
|
2017-01-12 19:46:24 +00:00
|
|
|
notification_emails:
|
|
|
|
follow: false
|
|
|
|
reblog: false
|
|
|
|
favourite: false
|
|
|
|
mention: false
|
|
|
|
follow_request: true
|
2017-03-03 22:45:48 +00:00
|
|
|
digest: true
|
2017-01-12 19:46:24 +00:00
|
|
|
interactions:
|
|
|
|
must_be_follower: false
|
|
|
|
must_be_following: false
|
2017-06-05 00:03:45 +01:00
|
|
|
reserved_usernames:
|
|
|
|
- admin
|
|
|
|
- support
|
|
|
|
- help
|
|
|
|
- root
|
|
|
|
- webmaster
|
|
|
|
- administrator
|
2017-04-04 14:26:57 +01:00
|
|
|
|
2017-01-12 19:46:24 +00:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|