Commit 3e2e2247 authored by maliang's avatar maliang

权限控制

parent a9e0f497
......@@ -10,9 +10,9 @@ cassnadra.keyspace=dmp
#url=jdbc:mysql://rm-2zeyw42052h06f905.mysql.rds.aliyuncs.com:3306/bi_report
#driverClass=com.mysql.jdbc.Driver
user=root
password=(639Xn6
url=jdbc:mysql://172.17.173.228:3306/lwby
user=read_bi
password=OxmQkfpS2019
url=jdbc:mysql://rr-2ze3749220qh1448p.mysql.rds.aliyuncs.com:3306/lwby_novel
driverClass=com.mysql.jdbc.Driver
## redis配置
......@@ -26,7 +26,12 @@ redis.maxActive=1000
#redis连接池连接超时时间
redis.pool.timeout=500
#redis集群服务数
redis.cluster.count=1
#redis集群服务地址
redis.cluster.master.1.host=172.17.255.136
redis.cluster.count=4
redis.cluster.master.1.host=172.17.255.211
redis.cluster.master.1.port=6379
redis.cluster.master.2.host=172.17.255.210
redis.cluster.master.2.port=6379
redis.cluster.master.3.host=172.17.255.212
redis.cluster.master.3.port=6379
redis.cluster.master.4.host=172.17.255.209
redis.cluster.master.4.port=6379
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment