Skip to content
Extraits de code Groupes Projets
settings.yml 1,05 ko
Newer Older
  • Learn to ignore specific revisions
  • #
    # This file contains default values, and does not need to be edited
    # when configuring an instance.  These settings may be changed by an
    # Administrator using the Web UI.
    #
    # For more information, see docs/Running-Mastodon/Administration-guide.md
    #
    
      site_extended_description: ''
    
      open_registrations: true
      closed_registrations_message: ''
    
      open_deletion: true
    
      boost_modal: false
    
      notification_emails:
        follow: false
        reblog: false
        favourite: false
        mention: false
        follow_request: true
    
    Eugen Rochko's avatar
    Eugen Rochko a validé
        digest: true
    
      interactions:
        must_be_follower: false
        must_be_following: false
    
      reserved_usernames:
        - admin
        - support
        - help
        - root
        - webmaster
        - administrator
    
    development:
      <<: *defaults
    
    test:
      <<: *defaults
    
    production:
      <<: *defaults