You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
# This file contains default values, and does not need to be edited. All |
|
# important settings can be changed from the admin interface. |
|
|
|
defaults: &defaults |
|
site_title: Mastodon |
|
site_short_description: '' |
|
site_description: '' |
|
site_extended_description: '' |
|
site_terms: '' |
|
site_contact_username: '' |
|
site_contact_email: '' |
|
registrations_mode: 'open' |
|
profile_directory: true |
|
closed_registrations_message: '' |
|
timeline_preview: true |
|
show_staff_badge: true |
|
preview_sensitive_media: false |
|
noindex: false |
|
theme: 'default' |
|
trends: true |
|
trends_as_landing_page: true |
|
trendable_by_default: false |
|
reserved_usernames: |
|
- admin |
|
- support |
|
- help |
|
- root |
|
- webmaster |
|
- administrator |
|
- mod |
|
- moderator |
|
disallowed_hashtags: # space separated string or list of hashtags without the hash |
|
bootstrap_timeline_accounts: '' |
|
activity_api_enabled: true |
|
peers_api_enabled: true |
|
show_domain_blocks: 'disabled' |
|
show_domain_blocks_rationale: 'disabled' |
|
require_invite_text: false |
|
backups_retention_period: 7 |
|
captcha_enabled: false |
|
|
|
development: |
|
<<: *defaults |
|
|
|
test: |
|
<<: *defaults |
|
|
|
production: |
|
<<: *defaults
|
|
|