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.
 
 
 
 

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