actors 536 B

123456789101112131415161718
  1. # This file is used as the source of users and repositories. It's used by the
  2. # webserver for authentication, and by mcfi for federation.
  3. # Obviously it should not be a plain text file.
  4. # [actor name]
  5. # type = # Used for federation
  6. # password = # Used for "git push" authentication by the webserver
  7. # authorization_token = # Used for authenticating federation client
  8. [alice]
  9. type = Person
  10. password = alice
  11. authorization_token = alice
  12. [alice/repo]
  13. type = Repository
  14. authorization_token = alice/repo