The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

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