.env.example 689 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # github
  2. github_username="jianboy"
  3. github_token="xx"
  4. github_private=true
  5. # gitlab
  6. gitlab_host="https://gitlab.com"
  7. gitlab_username="jianboy"
  8. gitlab_token="glpat-xx-m1"
  9. gitlab_private=true
  10. # gogs
  11. gogs_host = "https://git.yoqi.me"
  12. gogs_username="xx"
  13. gogs_token="xx"
  14. gogs_private=true
  15. #gitea
  16. gitea_username="xx"
  17. gitea_token=""
  18. gitea_private=true
  19. # gitee
  20. gitee_username="xx"
  21. gitee_token="xx"
  22. gitee_private=true
  23. # coding
  24. coding_username="xx"
  25. coding_token="xx"
  26. coding_project="flutter-team"
  27. coding_private=true
  28. # bitbucket
  29. bitbucket_username=""
  30. bitbucket_token=""
  31. # aliyun
  32. aliyun_compoanyid="xx"
  33. aliyun_group_id="" # 可空
  34. aliyun_username="sift"
  35. aliyun_token="xx"
  36. aliyun_private=true