| 12345678910111213141516171819202122232425262728293031323334353637 |
- server:
- port: 8080
- spring:
- datasource:
- url: jdbc:mysql://10.1.1.173:3306/moocoder?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: root
- password: NJU67mysql
- jpa:
- database-platform: org.hibernate.dialect.MySQL57InnoDBDialect
- security:
- user:
- name: root
- password: NJU67software
- mail:
- host: smtp.yandex.com
- username: noreply@moocoder.cn
- password: 1143757638qaz
- moocoder:
- secret: 1qaz2wsx
- gitlab:
- host: http://10.1.1.173:8081
- git-proxy: http://218.94.159.108:81
- username: root
- token: Mv1qa3kX1YerHzP7yuCR
- jenkins:
- host: http://10.1.1.173:8082
- username: root
- token: 1146673971cf0d60a15f2def55acdc64a7
- docker:
- registry: 10.1.1.173:5000
- mail:
- from: moocoder@example.com
- storage:
- type: local
- properties:
- location: ./problem
|