The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

67 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. report: true
  43. interactions:
  44. must_be_follower: false
  45. must_be_following: false
  46. must_be_following_dm: false
  47. reserved_usernames:
  48. - admin
  49. - support
  50. - help
  51. - root
  52. - webmaster
  53. - administrator
  54. disallowed_hashtags: # space separated string or list of hashtags without the hash
  55. bootstrap_timeline_accounts: ''
  56. activity_api_enabled: true
  57. peers_api_enabled: true
  58. show_known_fediverse_at_about_page: true
  59. development:
  60. <<: *defaults
  61. test:
  62. <<: *defaults
  63. production:
  64. <<: *defaults