|
@@ -1,7 +1,7 @@
|
|
|
spring:
|
|
|
rabbitmq:
|
|
|
host: 172.27.247.174
|
|
|
- port: 5672
|
|
|
+ port: 5673
|
|
|
username: admin
|
|
|
password: 123456
|
|
|
data:
|
|
@@ -18,7 +18,7 @@ spring:
|
|
|
max-wait: -1ms
|
|
|
timeout: 2000ms
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://172.27.247.174:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://172.27.247.174:3306/ecs-test?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
password: TU5x6IeBi7rl
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@@ -51,7 +51,7 @@ spring:
|
|
|
threadsInheritContextClassLoaderOfInitializingThread: true
|
|
|
dataSource:
|
|
|
default:
|
|
|
- URL: jdbc:mysql://172.27.247.174:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ URL: jdbc:mysql://172.27.247.174:3306/ecs-test?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
user: root
|
|
|
password: TU5x6IeBi7rl
|
|
|
driver: com.mysql.jdbc.Driver
|
|
@@ -61,13 +61,14 @@ spring:
|
|
|
#初始化表结构
|
|
|
jdbc:
|
|
|
initialize-schema: always
|
|
|
-authorUrl: http://localhost:8880
|
|
|
-PCSUrl: http://localhost:8880
|
|
|
+authorUrl: http://localhost:8871
|
|
|
+PCSUrl: http://localhost:8871
|
|
|
#OPSUrl: http://192.168.1.24:5001
|
|
|
OPSUrl: http://139.224.24.90:5001
|
|
|
-PASUrl: http://localhost:8880
|
|
|
-FMSUrl: http://localhost:8885
|
|
|
-FileSource: 3
|
|
|
+PASUrl: http://localhost:8877
|
|
|
+FMSUrl: http://localhost:8802
|
|
|
+VectorUrl: http://127.0.0.1:8000
|
|
|
+FileSource: 5
|
|
|
|
|
|
################## 短信 ####################
|
|
|
SMS:
|
|
@@ -78,4 +79,9 @@ SMS:
|
|
|
################## 微信小程序 ####################
|
|
|
WeChat:
|
|
|
appId: wxaefb842bd0b93ff0
|
|
|
- appSecret: 89fe0fb96472548d48f63b2f5c956537
|
|
|
+ appSecret: 89fe0fb96472548d48f63b2f5c956537
|
|
|
+Keypath: apiclient_key.pem
|
|
|
+ES:
|
|
|
+ patentVector: patent_vector_test
|
|
|
+ patent: wxpatent_test
|
|
|
+ config: es-cn-em93o8856000ho9e7.elasticsearch.aliyuncs.com
|