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.

52 lines
1.1 KiB

  1. # config/app.yml for rails-settings-cached
  2. #
  3. # This file contains default values, and does not need to be edited
  4. # when configuring an instance. These settings may be changed by an
  5. # Administrator using the Web UI.
  6. #
  7. # For more information, see docs/Running-Mastodon/Administration-guide.md
  8. #
  9. defaults: &defaults
  10. site_title: Mastodon
  11. site_description: ''
  12. site_extended_description: ''
  13. site_terms: ''
  14. site_contact_username: ''
  15. site_contact_email: ''
  16. open_registrations: true
  17. closed_registrations_message: ''
  18. open_deletion: true
  19. timeline_preview: true
  20. default_sensitive: false
  21. unfollow_modal: false
  22. boost_modal: false
  23. delete_modal: true
  24. auto_play_gif: false
  25. system_font_ui: false
  26. noindex: false
  27. notification_emails:
  28. follow: false
  29. reblog: false
  30. favourite: false
  31. mention: false
  32. follow_request: true
  33. digest: true
  34. interactions:
  35. must_be_follower: false
  36. must_be_following: false
  37. reserved_usernames:
  38. - admin
  39. - support
  40. - help
  41. - root
  42. - webmaster
  43. - administrator
  44. development:
  45. <<: *defaults
  46. test:
  47. <<: *defaults
  48. production:
  49. <<: *defaults