|
|
@@ -3,27 +3,27 @@ spring:
|
|
|
# url: jdbc:log4jdbc:mysql://127.0.0.1:3306/smart-community?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
# username: root
|
|
|
# password: slgo^Root_!Q@W#E)P(O*I
|
|
|
- url: jdbc:log4jdbc:mysql://192.168.0.1:3306/jp_housekeeper?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
- password: jpsoft8121234
|
|
|
+ url: jdbc:log4jdbc:mysql://hbjpsoft.mysql.rds.aliyuncs.com:3306/enterprise_federation?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
+ username: enterprise
|
|
|
+ password: enterprise
|
|
|
devtools:
|
|
|
restart:
|
|
|
enabled: true
|
|
|
redis:
|
|
|
# Redis数据库索引(默认为0)
|
|
|
- database: 3
|
|
|
+ database: 4
|
|
|
# Redis服务器地址
|
|
|
- host: 192.168.0.1
|
|
|
+ host: 192.168.16.1
|
|
|
# Redis服务器连接端口
|
|
|
port: 6379
|
|
|
- password:
|
|
|
+ password: jp123456
|
|
|
rabbitmq:
|
|
|
- host: 192.168.0.1
|
|
|
+ host: rabbmitmq
|
|
|
port: 5672
|
|
|
username: admin
|
|
|
password: jpsoft
|
|
|
#虚拟host 可以不设置,使用server默认host
|
|
|
- virtual-host: housekeeper-prod
|
|
|
+ virtual-host: enterprise-prod
|
|
|
logger:
|
|
|
level: WARN
|
|
|
dir: /usr/local/tomcat/api-logs
|
|
|
@@ -32,17 +32,17 @@ springfox:
|
|
|
documentation:
|
|
|
swagger:
|
|
|
v2:
|
|
|
- host: xpgjapi.xiaoxinda.com
|
|
|
+ host: qylhhapi.xiaoxinda.com
|
|
|
|
|
|
wx:
|
|
|
#荆楚云服务器内不能访问自身域名
|
|
|
- commonAccessTokenUrl: http://192.168.0.1:8080/weixin/token
|
|
|
+ commonAccessTokenUrl: http://ykt.xiaoxinda.com/weixin/token
|
|
|
pay:
|
|
|
#企业联合会
|
|
|
appId: wx343bf93d2a3dc8af
|
|
|
appSecret: ac61fa669a7a79c7d2a8188ff7ddaef6
|
|
|
-# appId: wx0b3c41a903053808
|
|
|
-# appSecret: 43557bd62f77b0c3d6670e991872f0e7
|
|
|
+ # appId: wx0b3c41a903053808
|
|
|
+ # appSecret: 43557bd62f77b0c3d6670e991872f0e7
|
|
|
mchId: 1500160622
|
|
|
subMchId: 1505070291
|
|
|
mchKey: jpsoft11111111111111111111111111
|