|
@@ -9,8 +9,8 @@ spring:
|
|
|
continue-on-error: false
|
|
continue-on-error: false
|
|
|
schema:
|
|
schema:
|
|
|
- classpath:sql/table_init.sql
|
|
- classpath:sql/table_init.sql
|
|
|
-# data:
|
|
|
|
|
-# - classpath:sql/data_init.sql
|
|
|
|
|
|
|
+ data:
|
|
|
|
|
+ - classpath:sql/data_init.sql
|
|
|
mail:
|
|
mail:
|
|
|
host: smtp.qq.com
|
|
host: smtp.qq.com
|
|
|
username: 370774330@qq.com
|
|
username: 370774330@qq.com
|
|
@@ -40,20 +40,18 @@ seecoder:
|
|
|
debugging: true
|
|
debugging: true
|
|
|
ingressHostSuffix: .devcloud.seec.seecoder.cn
|
|
ingressHostSuffix: .devcloud.seec.seecoder.cn
|
|
|
gitlab:
|
|
gitlab:
|
|
|
- host: http://localhost:8082
|
|
|
|
|
- webhookProxy: http://192.168.99.1:8080/hook
|
|
|
|
|
|
|
+ host: http://seecoder-gitlab-server.seec.seecoder.cn
|
|
|
|
|
+ webhookProxy: http://environment-21-70.seec.svc.cluster.local:8080/hook
|
|
|
token: wXDeETv2Kmt-JhiApJ9H
|
|
token: wXDeETv2Kmt-JhiApJ9H
|
|
|
- mail:
|
|
|
|
|
- from: 370774330@qq.com
|
|
|
|
|
git:
|
|
git:
|
|
|
username: root
|
|
username: root
|
|
|
- password: rootroot
|
|
|
|
|
|
|
+ password: NJU67gitlab
|
|
|
docker:
|
|
docker:
|
|
|
host: https://192.168.99.105:2376
|
|
host: https://192.168.99.105:2376
|
|
|
- registry: 192.168.99.105:30060
|
|
|
|
|
|
|
+ registry: nexus.seecoder.cn:8092
|
|
|
registryUsername: admin
|
|
registryUsername: admin
|
|
|
- registryPassword: admin
|
|
|
|
|
- tls: true
|
|
|
|
|
|
|
+ registryPassword: NJU67nexus
|
|
|
|
|
+ tls: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|