.env.example 565 B

12345678910111213141516171819202122232425262728293031323334353637
  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=""