Sfoglia il codice sorgente

chore: 将测试环境迁移至线上环境

370774330@qq.com 5 anni fa
parent
commit
d034c5de2b

+ 1 - 1
web/src/main/resources/application-prod.yaml

@@ -29,7 +29,7 @@ seecoder:
     ingressHostSuffix: .devcloud.seec.seecoder.cn
   gitlab:
     host: http://environment-13-31.seec.svc.cluster.local:8080
-    webhookProxy: http://192.168.99.1:8080/hook
+    webhookProxy: http://environment-21-70.seec.svc.cluster.local:8080/hook
     token: wXDeETv2Kmt-JhiApJ9H
   git:
     username: root

+ 8 - 10
web/src/main/resources/application-wph.yml

@@ -9,8 +9,8 @@ spring:
     continue-on-error: false
     schema:
       - classpath:sql/table_init.sql
-#    data:
-#      - classpath:sql/data_init.sql
+    data:
+      - classpath:sql/data_init.sql
   mail:
     host: smtp.qq.com
     username: 370774330@qq.com
@@ -40,20 +40,18 @@ seecoder:
     debugging: true
     ingressHostSuffix: .devcloud.seec.seecoder.cn
   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
-  mail:
-    from: 370774330@qq.com
   git:
     username: root
-    password: rootroot
+    password: NJU67gitlab
   docker:
     host: https://192.168.99.105:2376
-    registry: 192.168.99.105:30060
+    registry: nexus.seecoder.cn:8092
     registryUsername: admin
-    registryPassword: admin
-    tls: true
+    registryPassword: NJU67nexus
+    tls: false