Commit 2ab20062 authored by 张龙发's avatar 张龙发

添加redis配置

parent 5435406a
...@@ -13,6 +13,9 @@ authUrl=http://125.77.26.133:7001/auth/token ...@@ -13,6 +13,9 @@ authUrl=http://125.77.26.133:7001/auth/token
userInfoUrl=http://125.77.26.133:7001/api/info/user_info userInfoUrl=http://125.77.26.133:7001/api/info/user_info
redirect_uri=http://192.168.31.17:8080/ redirect_uri=http://192.168.31.17:8080/
redis.url=39.104.90.66
redis.password=archser_redis
# --- 消息中心websocket配置 --- # --- 消息中心websocket配置 ---
## 定时发送消息的周期 单位毫秒 ## 定时发送消息的周期 单位毫秒
messageWsDelay=5000 messageWsDelay=5000
......
# ---\u5F00\u53D1\u73AF\u5883\u914D\u7F6E\u6587\u4EF6--- # ---\u5F00\u53D1\u73AF\u5883\u914D\u7F6E\u6587\u4EF6---
#database config
dbType=DM dbType=DM
#jdbcUrl=jdbc:oracle:thin:@db.archser.com:1521:ychy
#jdbc.driver=oracle.jdbc.driver.OracleDriver
#user = archser_yz_test
#password =archser_yz_test
jdbcUrl=jdbc:dm://39.104.90.66:5236 jdbcUrl=jdbc:dm://39.104.28.145:5236
jdbc.driver=dm.jdbc.driver.DmDriver jdbc.driver=dm.jdbc.driver.DmDriver
user=archser_yz user=archser_yz
password=archser_yz password=archser_yz
basic.url=http://39.104.90.66:11028 basic.url=http://39.104.28.145:11028
redis.url=39.104.28.145
redis.password=archser_redis
devMode =true devMode =true
engineDevMode=true engineDevMode=true
...@@ -32,6 +31,4 @@ messageWsTimeout=30000 ...@@ -32,6 +31,4 @@ messageWsTimeout=30000
## 是否开启消息中心的websocket ## 是否开启消息中心的websocket
openMessageWebSocket=true openMessageWebSocket=true
MyIpAddress=127.0.0.1,192.168.31.192,192.168.31.119,39.104.90.66 MyIpAddress=127.0.0.1,39.104.28.145,39.104.90.66
# -------############------------------
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