diff --git a/console/src/main/resources/application-qas.yml b/console/src/main/resources/application-qas.yml index fc3fd914..b7ea9c6a 100644 --- a/console/src/main/resources/application-qas.yml +++ b/console/src/main/resources/application-qas.yml @@ -33,4 +33,8 @@ ftp: #打印服务器配置 print: - server: http://localhost:8080/CodeSoftPrintWeb/printService \ No newline at end of file + server: http://localhost:8080/CodeSoftPrintWeb/printService + +activeMq: + sendWeChatMessage: tcp://localhost:61616?wireFormat.maxInactivityDuration=0 + queue: send.weChat.notice \ No newline at end of file