.env 449 B

12345678910111213141516171819202122232425262728293031
  1. # github
  2. github_username="jianboy"
  3. github_token="xx"
  4. # gitlab
  5. gitlab_host="https://gitlab.com"
  6. gitlab_username="jianboy"
  7. gitlab_token="glpat-xx-m1"
  8. # gogs
  9. gogs_host = "https://git.yoqi.me"
  10. gogs_username="xx"
  11. gogs_token="xx"
  12. #gitea
  13. gitea_username="xx"
  14. gitea_token=""
  15. # gitee
  16. gitee_username="xx"
  17. gitee_token="xx"
  18. # coding
  19. coding_username="xx"
  20. coding_token="xx"
  21. coding_project="flutter-team"
  22. # bitbucket
  23. bitbucket_username=""
  24. bitbucket_token=""