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.

45 lines
973 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_contact_username: ''
  14. site_contact_email: ''
  15. open_registrations: true
  16. closed_registrations_message: ''
  17. boost_modal: false
  18. auto_play_gif: true
  19. delete_modal: true
  20. notification_emails:
  21. follow: false
  22. reblog: false
  23. favourite: false
  24. mention: false
  25. follow_request: true
  26. digest: true
  27. interactions:
  28. must_be_follower: false
  29. must_be_following: false
  30. reserved_usernames:
  31. - admin
  32. - support
  33. - help
  34. - root
  35. - webmaster
  36. - administrator
  37. development:
  38. <<: *defaults
  39. test:
  40. <<: *defaults
  41. production:
  42. <<: *defaults