|
@@ -139,15 +139,18 @@ spring:
|
|
config:
|
|
config:
|
|
multi-statement-allow: true
|
|
multi-statement-allow: true
|
|
rocketmq:
|
|
rocketmq:
|
|
- name-server: rmq-1243b25nj.rocketmq.gz.public.tencenttdmq.com:8080 # RocketMQ NameServer 地址
|
|
|
|
|
|
+ name-server: 192.168.0.176:8100 # RocketMQ NameServer 地址
|
|
producer:
|
|
producer:
|
|
group: my-producer-group
|
|
group: my-producer-group
|
|
- access-key: ak1243b25nj17d4b2dc1a03 # 替换为实际的 accessKey
|
|
|
|
- secret-key: sk08a7ea1f9f4b0237 # 替换为实际的 secretKey
|
|
|
|
|
|
+ access-key: jnmyunl # 替换为实际的 accessKey
|
|
|
|
+ secret-key: 73a!ul~xQl@-6u1 # 替换为实际的 secretKey
|
|
|
|
+ tls-enable: false
|
|
consumer:
|
|
consumer:
|
|
- group: test-group
|
|
|
|
- access-key: ak1243b25nj17d4b2dc1a03 # 替换为实际的 accessKey
|
|
|
|
- secret-key: sk08a7ea1f9f4b0237 # 替换为实际的 secretKey
|
|
|
|
|
|
+ topic: course-finish-notes
|
|
|
|
+ group: course-finish-group
|
|
|
|
+ access-key: jnmyunl # 替换为实际的 accessKey
|
|
|
|
+ secret-key: 73a!ul~xQl@-6u1 # 替换为实际的 secretKey
|
|
|
|
+ tls-enable: false
|
|
openIM:
|
|
openIM:
|
|
secret: openIM123
|
|
secret: openIM123
|
|
userID: imAdmin
|
|
userID: imAdmin
|