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.

72 lines
1.7 KiB

7 years ago
7 years ago
  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: 'dev.glitch.social'
  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. profile_directory: true
  19. closed_registrations_message: ''
  20. open_deletion: true
  21. timeline_preview: false
  22. min_invite_role: 'admin'
  23. show_staff_badge: true
  24. default_sensitive: false
  25. hide_network: false
  26. unfollow_modal: false
  27. boost_modal: false
  28. favourite_modal: false
  29. delete_modal: true
  30. auto_play_gif: false
  31. display_media: 'default'
  32. expand_spoilers: false
  33. preview_sensitive_media: false
  34. reduce_motion: false
  35. system_font_ui: false
  36. noindex: false
  37. hide_followers_count: false
  38. flavour: 'glitch'
  39. skin: 'default'
  40. aggregate_reblogs: true
  41. notification_emails:
  42. follow: false
  43. reblog: false
  44. favourite: false
  45. mention: false
  46. follow_request: true
  47. digest: true
  48. report: true
  49. interactions:
  50. must_be_follower: false
  51. must_be_following: false
  52. must_be_following_dm: false
  53. reserved_usernames:
  54. - admin
  55. - support
  56. - help
  57. - root
  58. - webmaster
  59. - administrator
  60. disallowed_hashtags: # space separated string or list of hashtags without the hash
  61. bootstrap_timeline_accounts: ''
  62. activity_api_enabled: true
  63. peers_api_enabled: true
  64. show_known_fediverse_at_about_page: true
  65. development:
  66. <<: *defaults
  67. test:
  68. <<: *defaults
  69. production:
  70. <<: *defaults