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.

47 lines
1012 B

  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. boost_modal: false
  20. auto_play_gif: true
  21. delete_modal: true
  22. notification_emails:
  23. follow: false
  24. reblog: false
  25. favourite: false
  26. mention: false
  27. follow_request: true
  28. digest: true
  29. interactions:
  30. must_be_follower: false
  31. must_be_following: false
  32. reserved_usernames:
  33. - admin
  34. - support
  35. - help
  36. - root
  37. - webmaster
  38. - administrator
  39. development:
  40. <<: *defaults
  41. test:
  42. <<: *defaults
  43. production:
  44. <<: *defaults