Skip to content
Snippets Groups Projects
settings.yml 1.56 KiB
Newer Older
  • Learn to ignore specific revisions
  • # This file contains default values, and does not need to be edited. All
    # important settings can be changed from the admin interface.
    
    
      site_extended_description: ''
    
      registrations_mode: 'open'
    
      profile_directory: true
    
      open_deletion: true
    
      min_invite_role: 'admin'
    
      default_sensitive: false
    
      unfollow_modal: false
    
      boost_modal: false
    
      auto_play_gif: false
    
      display_media: 'default'
    
      reduce_motion: false
    
      theme: 'default'
    
      aggregate_reblogs: true
    
      notification_emails:
        follow: false
        reblog: false
        favourite: false
        mention: false
        follow_request: true
    
    Eugen Rochko's avatar
    Eugen Rochko committed
        digest: true
    
      interactions:
        must_be_follower: false
        must_be_following: false
    
      reserved_usernames:
        - admin
        - support
        - help
        - root
        - webmaster
        - administrator
    
      disallowed_hashtags: # space separated string or list of hashtags without the hash
    
      bootstrap_timeline_accounts: ''
    
      activity_api_enabled: true
      peers_api_enabled: true
    
      show_known_fediverse_at_about_page: true
    
    development:
      <<: *defaults
    
    test:
      <<: *defaults
    
    production:
      <<: *defaults