config.yml 845 B

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 8080
  3. spring:
  4. datasource:
  5. url: jdbc:mysql://10.1.1.173:3306/moocoder?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  6. username: root
  7. password: NJU67mysql
  8. jpa:
  9. database-platform: org.hibernate.dialect.MySQL57InnoDBDialect
  10. security:
  11. user:
  12. name: root
  13. password: NJU67software
  14. mail:
  15. host: smtp.yandex.com
  16. username: noreply@moocoder.cn
  17. password: 1143757638qaz
  18. moocoder:
  19. secret: 1qaz2wsx
  20. gitlab:
  21. host: http://10.1.1.173:8081
  22. git-proxy: http://218.94.159.108:81
  23. username: root
  24. token: Mv1qa3kX1YerHzP7yuCR
  25. jenkins:
  26. host: http://10.1.1.173:8082
  27. username: root
  28. token: 1146673971cf0d60a15f2def55acdc64a7
  29. docker:
  30. registry: 10.1.1.173:5000
  31. mail:
  32. from: moocoder@example.com
  33. storage:
  34. type: local
  35. properties:
  36. location: ./problem