| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- mybatis:
- #标注mybatis配置文件的位置
- config-location: classpath:mybatis-config.xml
- spring:
- datasource:
- url: jdbc:mysql://localhost:3306/seecoder?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&allowMultiQueries=true
- username: root
- password: 123456
- jpa:
- hibernate:
- ddl-auto: update
- naming:
- implicit-strategy: org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
- physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- database-platform: org.hibernate.dialect.MySQL57InnoDBDialect
- security:
- user:
- name: root
- password: NJU67software
- mail:
- host: smtp.163.com
- username: seecoder@163.com
- password: seec67NJU
- properties:
- mail:
- smtp:
- auth: true
- socketFactory:
- class: javax.net.ssl.SSLSocketFactory
- port: 465
- starttls:
- enable: true
- required: true
- resources:
- chain:
- strategy:
- content:
- enabled: true
- paths:
- - /moocoder-frontend/**
- - /js/**
- - /css/**
- servlet:
- multipart:
- max-file-size: 16MB
- max-request-size: 16MB
- redis:
- host: http://192.168.68.76
- port: 6379
- password: NJU67redis
- timeout: 1000
- database: 0
- lettuce:
- pool:
- min-idle: 5
- max-active: 8
- max-idle: 10
- max-wait: 1ms
- shutdown-timeout: 100ms
- server:
- port: 8080
- tomcat:
- remoteip:
- remote-ip-header: X-Forwarded-For
- protocol-header: X-Forwarded-Proto
- servlet:
- session:
- persistent: true
- store-dir: ${java.io.tmpdir}/moocoder-session
- timeout: 1d
- use-forward-headers: true
- management:
- endpoints:
- web:
- base-path: /api/actuator
- endpoint:
- shutdown:
- enabled: true
- seecoder:
- secret: 1qaz2wsx
- auth:
- signingKey: SEEC-1919810-OIDC-114514
- iss: p.seecoder.cn
- aud: seec-seec
- portal: http://p.seecoder.cn/api/interaction
- redirectUri: http://seec.seecoder.cn/api/auth/receive
- gitlab:
- host: http://gitlab.seec.seecoder.cn
- git-proxy: http://gitlab.seec.seecoder.cn
- webHookProxy: http://localhost:3000
- username: root
- token: x7Hwx-zq8LFkHznGku9a
- jenkins:
- host: http://192.168.68.79:8082
- username: root
- token: 11d7b9e4c1acac481904c25813e2ec1f0a
- baseImage: 172.19.51.9:18082/build-base
- docker:
- registry: 192.168.68.79:18082
- mail:
- from: seecoder@163.com
- storage:
- type: local
- properties:
- location: ./problem
- k8s:
- api-server: https://192.168.68.76:6443
- token: eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc3BhY2UiOiJrdWJlLXN5c3RlbSIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VjcmV0Lm5hbWUiOiJhZG1pbi10b2tlbi1zdzlwOCIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VydmljZS1hY2NvdW50Lm5hbWUiOiJhZG1pbiIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VydmljZS1hY2NvdW50LnVpZCI6ImY3MzQ2NzVlLWZmYmItMTFlOS1iYTdjLTIyNmUyZmY2ZTdlYyIsInN1YiI6InN5c3RlbTpzZXJ2aWNlYWNjb3VudDprdWJlLXN5c3RlbTphZG1pbiJ9.GvBP7iNM_WNJN7dPm8ZPszDJeykifhHwBYcF58c4W73iAet1ZcZPrmiurqn4mSHcavUHNR8FqPaafnS3OD4eq5dR-i7frdIBt7yiME7AIGA4pDKWNJ3NykhyfG75omCvtQ2Gp-UvFIdf_4peAilxbwDR2NtWpky4sJQOTukZIYzN9fCeYV8My85XDBl7ze20QBsEKfPxTGZkqmytX-4VmjKkQH9ob7YB90NR2ug5VK8CA16_2ZPjf8Fx4QsdTbkyZKdFo7zIrIID0fa2lpOc2TpCKWeYCl335-ULllpxds6kiVwkRXYP-5zkIOfpI_0SshK7kbBjd238OLM3KFDf6A
- ingress-host: seecii.cn
- public-namespace: dev
- public-mysql-url: jdbc:mysql://seecii-mysql.dev.svc.cluster.local:3306
- public-mysql-pod: seecii-mysql-579dc7c857-8m2fd
- public-mysql-username: root
- public-mysql-password: NJU67software
- debugging: true
- registry:
- host: 192.168.68.79:18082
- username: admin
- password: admin123
- nexus-server: 192.168.68.79:18081
- repo-name: sec-repo
- clean-up-task: 83bb8249-71e8-4367-83b3-50c6f7518860
|