Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
15所TongWeb
aserver
Commits
2ab20062
Commit
2ab20062
authored
Jul 27, 2020
by
张龙发
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加redis配置
parent
5435406a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
config-pro.properties
src/main/resources/config-pro.properties
+5
-1
config.properties
src/main/resources/config.properties
+7
-10
No files found.
src/main/resources/config-pro.properties
View file @
2ab20062
...
@@ -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
...
@@ -23,4 +26,4 @@ messageWsTimeout=30000
...
@@ -23,4 +26,4 @@ messageWsTimeout=30000
## 是否开启消息中心的websocket
## 是否开启消息中心的websocket
openMessageWebSocket
=
true
openMessageWebSocket
=
true
MyIpAddress
=
127.0.0.1,39.104.28.145,39.104.90.66
MyIpAddress
=
127.0.0.1,39.104.28.145,39.104.90.66
\ No newline at end of file
src/main/resources/config.properties
View file @
2ab20062
# ---\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
# -------############------------------
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment