Selaa lähdekoodia

fix config

release
xiaohanzi 3 vuotta sitten
vanhempi
commit
6fe325c86d
2 muutettua tiedostoa jossa 22 lisäystä ja 0 poistoa
  1. +11
    -0
      config-server/src/main/resources/yml-config/service-wxopen-dev.yml
  2. +11
    -0
      config-server/src/main/resources/yml-config/service-wxopen-prod.yml

+ 11
- 0
config-server/src/main/resources/yml-config/service-wxopen-dev.yml Näytä tiedosto

@@ -14,6 +14,8 @@ logging:

#DataSource配置,默认主数据源
spring:
profiles:
include: rabbitmq
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver
@@ -62,6 +64,15 @@ spring:
minIdle: 0
#连接超时时间
timeout: 0
rabbitmq:
host: 172.17.173.169
username: fumao
password: f9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
accessKeySecret: VfWqGb83qIQrS9us45utskl8itd7ry
namesrvAddr: http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080
wechat:
open:
componentAppId: wxe68326867a19a32b


+ 11
- 0
config-server/src/main/resources/yml-config/service-wxopen-prod.yml Näytä tiedosto

@@ -14,6 +14,8 @@ logging:

#DataSource配置,默认主数据源
spring:
profiles:
include: rabbitmq
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver
@@ -62,6 +64,15 @@ spring:
minIdle: 0
#连接超时时间
timeout: 0
rabbitmq:
host: 172.17.173.169
username: fumao
password: f9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
accessKeySecret: VfWqGb83qIQrS9us45utskl8itd7ry
namesrvAddr: http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080
wechat:
open:
componentAppId: wxe68326867a19a32b


Ladataan…
Peruuta
Tallenna