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.

65 lines
1.6 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_short_description: ''
  12. site_description: ''
  13. site_extended_description: ''
  14. site_terms: ''
  15. site_contact_username: ''
  16. site_contact_email: ''
  17. open_registrations: true
  18. closed_registrations_message: ''
  19. open_deletion: true
  20. min_invite_role: 'admin'
  21. timeline_preview: true
  22. show_staff_badge: true
  23. default_sensitive: false
  24. hide_network: false
  25. unfollow_modal: false
  26. boost_modal: false
  27. delete_modal: true
  28. auto_play_gif: false
  29. display_sensitive_media: false
  30. preview_sensitive_media: false
  31. reduce_motion: false
  32. system_font_ui: false
  33. noindex: false
  34. theme: 'default'
  35. notification_emails:
  36. follow: false
  37. reblog: false
  38. favourite: false
  39. mention: false
  40. follow_request: true
  41. digest: true
  42. interactions:
  43. must_be_follower: false
  44. must_be_following: false
  45. must_be_following_dm: false
  46. reserved_usernames:
  47. - admin
  48. - support
  49. - help
  50. - root
  51. - webmaster
  52. - administrator
  53. disallowed_hashtags: # space separated string or list of hashtags without the hash
  54. bootstrap_timeline_accounts: ''
  55. activity_api_enabled: true
  56. peers_api_enabled: true
  57. show_known_fediverse_at_about_page: true
  58. development:
  59. <<: *defaults
  60. test:
  61. <<: *defaults
  62. production:
  63. <<: *defaults