| 123456789101112131415161718192021222324252627282930313233 |
- server:
- port: 8080
- spring:
- datasource:
- url: jdbc:mysql://localhost:3306/seec2?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false
- username: root
- password: 123456
- jpa:
- database-platform: org.hibernate.dialect.MySQL57InnoDBDialect
- mail:
- host: smtp.yandex.com
- username: noreply@moocoder.cn
- password: 1143757638qaz
- moocoder:
- secret: 1qaz2wsx
- gitlab:
- host: http://10.1.1.172:8081
- git-proxy: http://10.1.1.172:8081
- username: root
- token: 1hXhC2YLkuAb9iaykqWi
- jenkins:
- host: http://10.1.1.243:8082
- username: root
- token: 113cb5bd4a6fea342892a08c8d2e07dc68
- docker:
- registry: 10.1.1.173:5000
- mail:
- from: noreply@moocoder.cn
- storage:
- type: local
- properties:
- location: ./problem
|