config.yml 788 B

123456789101112131415161718192021222324252627282930313233
  1. server:
  2. port: 8080
  3. spring:
  4. datasource:
  5. url: jdbc:mysql://localhost:3306/seec2?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false
  6. username: root
  7. password: 123456
  8. jpa:
  9. database-platform: org.hibernate.dialect.MySQL57InnoDBDialect
  10. mail:
  11. host: smtp.yandex.com
  12. username: noreply@moocoder.cn
  13. password: 1143757638qaz
  14. moocoder:
  15. secret: 1qaz2wsx
  16. gitlab:
  17. host: http://10.1.1.172:8081
  18. git-proxy: http://10.1.1.172:8081
  19. username: root
  20. token: 1hXhC2YLkuAb9iaykqWi
  21. jenkins:
  22. host: http://10.1.1.243:8082
  23. username: root
  24. token: 113cb5bd4a6fea342892a08c8d2e07dc68
  25. docker:
  26. registry: 10.1.1.173:5000
  27. mail:
  28. from: noreply@moocoder.cn
  29. storage:
  30. type: local
  31. properties:
  32. location: ./problem