SZH
2022-08-18 36dce16d479265604a3597065e1b7e2ec3772ebe
修改配置文件
已修改3个文件
8 ■■■■ 文件已修改
safePlatfrom-out-web/src/main/resources/config/application-test.yaml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
safePlatfrom-out-web/src/main/resources/config/application-uat.yaml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
safePlatfrom-out-web/src/main/resources/config/application.yaml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
safePlatfrom-out-web/src/main/resources/config/application-test.yaml
@@ -92,7 +92,7 @@
    base-packages: com.gkhy.safePlatform
  protocol:
    name: dubbo
    port: 18082
    port: 33003
    serialization: kryo
    host: ${spring.cloud.client.ip-address}
  consumer:
safePlatfrom-out-web/src/main/resources/config/application-uat.yaml
@@ -92,7 +92,7 @@
    base-packages: com.gkhy.safePlatform
  protocol:
    name: dubbo
    port: 18082
    port: 33004
    serialization: kryo
    host: ${spring.cloud.client.ip-address}
  consumer:
safePlatfrom-out-web/src/main/resources/config/application.yaml
@@ -2,9 +2,9 @@
  application:
    name: safeplatform-out
  profiles:
    active: test
#    active: test
#    active: uat
#    active: guotai-demo
    active: guotai-demo
logging: