diff --git a/config-server/src/main/resources/yml-config/service-wxopen-dev.yml b/config-server/src/main/resources/yml-config/service-wxopen-dev.yml index 874bd3e..9b48bf4 100644 --- a/config-server/src/main/resources/yml-config/service-wxopen-dev.yml +++ b/config-server/src/main/resources/yml-config/service-wxopen-dev.yml @@ -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 diff --git a/config-server/src/main/resources/yml-config/service-wxopen-prod.yml b/config-server/src/main/resources/yml-config/service-wxopen-prod.yml index 139f16c..2a5fafa 100644 --- a/config-server/src/main/resources/yml-config/service-wxopen-prod.yml +++ b/config-server/src/main/resources/yml-config/service-wxopen-prod.yml @@ -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