logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

settings.yml (1420B)


  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. min_invite_role: 'admin'
  20. timeline_preview: true
  21. show_staff_badge: true
  22. default_sensitive: false
  23. unfollow_modal: false
  24. boost_modal: false
  25. delete_modal: true
  26. auto_play_gif: false
  27. display_sensitive_media: false
  28. reduce_motion: false
  29. system_font_ui: false
  30. noindex: false
  31. theme: 'default'
  32. notification_emails:
  33. follow: false
  34. reblog: false
  35. favourite: false
  36. mention: false
  37. follow_request: true
  38. digest: true
  39. interactions:
  40. must_be_follower: false
  41. must_be_following: false
  42. must_be_following_dm: false
  43. reserved_usernames:
  44. - admin
  45. - support
  46. - help
  47. - root
  48. - webmaster
  49. - administrator
  50. bootstrap_timeline_accounts: ''
  51. activity_api_enabled: true
  52. peers_api_enabled: true
  53. show_known_fediverse_at_about_page: true
  54. development:
  55. <<: *defaults
  56. test:
  57. <<: *defaults
  58. production:
  59. <<: *defaults