wujianwei
7 天以前 c7cde6c8ec424453c7155735e6a429c57e77141b
新增配置
2个文件已修改
26 ■■■■■ 已修改文件
admin/config/prod/application-custom.yml 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/config/test/application-custom.yml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/config/prod/application-custom.yml
@@ -1,11 +1,11 @@
custom:
  rabbitmq:
    # 集群地址,用逗号分隔
    host: 61.143.42.70
    port: 7008
    virtual-host: GF_HOST_TEST
    username: user_test
    password: testuser_&
    host: 172.16.24.14
    port: 5672
    virtual-host: GF_HOST
    username: admin
    password:
  serialNumber:
    cache:
      enabled: true
@@ -39,10 +39,10 @@
  #数据库 相关配置
  datasource:
    master: #主数据库
      ip: 61.143.42.70 # IP
      port: 7006 #端口
      ip: 172.16.24.11 # IP
      port: 3306 #端口
      database: hc_cwxt #数据库名
      username:  #用户名
      username: root #用户名
      password:  #密码
    slave: #从数据库
      enabled: false  #是否开启从数据库 关闭时以下信息可以不用配置
@@ -66,7 +66,7 @@
      log-slow-sql: true  # 慢SQL记录
  #redis 相关配置
  redis:
    host: localhost #访问地址
    host: 172.16.24.13 #访问地址
    port: 6379 #端口
    password: #密码
    timeout: 10s #超时时间
@@ -127,4 +127,6 @@
    clerk: "钟文洋"
    salerAddress: "珠海市香洲区南屏镇通港一路120号"
    invoicingAddress: "http://localhost:6012/api/third/jyjy/common/invoicing"
    returnAddress: "http://172.16.24.19:6720/api/third/invoice"
    returnAddress: "http://172.16.24.19:6014/api/third/invoice"
  tms:
    url: "http://61.143.42.70:7000/tms-api/"
admin/config/test/application-custom.yml
@@ -127,4 +127,6 @@
    clerk: "钟文洋"
    salerAddress: "珠海市香洲区南屏镇通港一路120号"
    invoicingAddress: "http://localhost:6219/api/third/jyjy/common/invoicing"
    returnAddress: "http://127.0.0.1:6620/api/third/invoice"
    returnAddress: "http://127.0.0.1:6620/api/third/invoice"
  tms:
    url: "http://61.143.42.70:7010/cwgttest-api/"