config.yml 662 B

12345678910111213141516171819202122232425262728293031323334353637
  1. accounts:
  2. github:
  3. enable: 1
  4. 1:
  5. username: jianboy
  6. token: xx
  7. private: true
  8. 2:
  9. username: xx
  10. token: xx
  11. private: true
  12. gitlab:
  13. enable: 1
  14. 1:
  15. host: https://gitlab.com
  16. username: jianboy
  17. token: glpat-xx-m1
  18. private: true
  19. 2:
  20. host: https://gitlab.com
  21. username: jianboy
  22. token: glpat-xx-m1
  23. private: true
  24. log:
  25. level: debug
  26. # file: /tmp/repo_sync.log
  27. file: repo_sync.log
  28. max_size: 10MB
  29. max_backups: 3
  30. max_age: 7
  31. console_formatter:
  32. level: debug
  33. format:
  34. file_formatter:
  35. level: debug
  36. format: "%(asctime)s - %(levelname)s - %(message)s"