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.

77 lines
1.8 KiB

7 years ago
7 years ago
  1. # This file contains default values, and does not need to be edited. All
  2. # important settings can be changed from the admin interface.
  3. defaults: &defaults
  4. site_title: 'dev.glitch.social'
  5. site_short_description: ''
  6. site_description: ''
  7. site_extended_description: ''
  8. site_terms: ''
  9. site_contact_username: ''
  10. site_contact_email: ''
  11. registrations_mode: 'open'
  12. profile_directory: true
  13. closed_registrations_message: ''
  14. open_deletion: true
  15. timeline_preview: false
  16. min_invite_role: 'admin'
  17. show_staff_badge: true
  18. default_sensitive: false
  19. hide_network: false
  20. unfollow_modal: false
  21. boost_modal: false
  22. favourite_modal: false
  23. delete_modal: true
  24. auto_play_gif: false
  25. display_media: 'default'
  26. expand_spoilers: false
  27. preview_sensitive_media: false
  28. reduce_motion: false
  29. show_application: false
  30. system_font_ui: false
  31. noindex: false
  32. hide_followers_count: false
  33. enable_keybase: true
  34. flavour: 'glitch'
  35. skin: 'default'
  36. aggregate_reblogs: true
  37. advanced_layout: false
  38. notification_emails:
  39. follow: false
  40. reblog: false
  41. favourite: false
  42. mention: false
  43. follow_request: true
  44. digest: true
  45. report: true
  46. pending_account: true
  47. interactions:
  48. must_be_follower: false
  49. must_be_following: false
  50. must_be_following_dm: false
  51. reserved_usernames:
  52. - admin
  53. - support
  54. - help
  55. - root
  56. - webmaster
  57. - administrator
  58. - mod
  59. - moderator
  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. show_reblogs_in_public_timelines: false
  66. show_replies_in_public_timelines: false
  67. default_content_type: 'text/plain'
  68. development:
  69. <<: *defaults
  70. test:
  71. <<: *defaults
  72. production:
  73. <<: *defaults