ソースを参照

fix config

release
xiaohanzi 3年前
コミット
6fe325c86d
2個のファイルの変更22行の追加0行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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


読み込み中…
キャンセル
保存