|
@ -1,6 +1,6 @@
|
|
|
server:
|
|
|
port: 8180
|
|
|
context-path: /wlyy_admin
|
|
|
context-path: /wlyy_manager
|
|
|
session-timeout: 3000000
|
|
|
|
|
|
spring:
|
|
@ -51,13 +51,13 @@ spring:
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
wlyy:
|
|
|
url: jdbc:mysql://172.19.103.85:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
url: jdbc:mysql://172.19.103.77:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
device:
|
|
|
url: jdbc:mysql://172.19.103.85:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
url: jdbc:mysql://172.19.103.77:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
medicine:
|
|
|
url: jdbc:mysql://172.19.103.77:3306/medicine?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
@ -79,9 +79,9 @@ spring:
|
|
|
profiles: test
|
|
|
datasource:
|
|
|
wlyy:
|
|
|
url: jdbc:mysql://172.19.103.77:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
url: jdbc:mysql://172.17.110.160/wlyy?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg
|
|
|
device:
|
|
|
url: jdbc:mysql://172.19.103.77:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
@ -109,17 +109,17 @@ spring:
|
|
|
profiles: prod
|
|
|
datasource:
|
|
|
wlyy:
|
|
|
url: jdbc:mysql://59.61.92.94:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://59.61.92.90:8079/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
device:
|
|
|
url: jdbc:mysql://59.61.92.94:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://59.61.92.90:8079/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
medicine:
|
|
|
url: jdbc:mysql://172.19.103.77:3306/medicine?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
url: jdbc:mysql://59.61.92.90:8079/medicine?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
sms: # SMS短信配置
|
|
|
yihu_sms_url: https://smsapi.ums86.com:9600/sms/Api/Send.do
|
|
|
yihu_sms_code: 229336
|
|
@ -128,6 +128,6 @@ spring:
|
|
|
service-gateway:
|
|
|
update-team-url: http://59.61.92.90:8072/wlyy_service/third/doctor/LoadTeamInfo
|
|
|
im-service:
|
|
|
im_service_url: http://120.41.253.95:3000/api/v2
|
|
|
im_service_url: http://27.155.101.77:3000/api/v2
|
|
|
yueren:
|
|
|
api: http://120.77.209.211:8080
|