update services config
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
75c56de733
commit
0121cb24e0
@ -1,67 +1,24 @@
|
|||||||
[distribute] #发布功能的配置
|
[distribute] #发布功能的配置
|
||||||
ip = 10.10.14.187
|
ip = 10.10.14.211
|
||||||
port = 22
|
port = 22
|
||||||
user = root
|
user = root
|
||||||
pwd = dsideal
|
pwd = dsideal
|
||||||
remotePath = /usr/local/dsMin/dsBaseWeb/
|
remotePath = /usr/local/dsMin/dsBigData/
|
||||||
localPath = E:/Work/dsMin/dsBaseWeb
|
localPath = E:/Work/dsMin/dsBigData
|
||||||
|
|
||||||
|
|
||||||
[mysql]
|
|
||||||
ip = server.dsmin.com
|
|
||||||
port = 22066
|
|
||||||
db_name = base_db_dev
|
|
||||||
|
|
||||||
[redis]
|
[redis]
|
||||||
ip = server.dsmin.com
|
ip = redis
|
||||||
port = 18890
|
port = 6379
|
||||||
db = 0
|
db = 0
|
||||||
expireTime = 86400
|
expireTime = 86400
|
||||||
|
|
||||||
# 注册rpc server
|
|
||||||
[rpcServer]
|
|
||||||
ip = 127.0.0.1
|
|
||||||
port = 8001
|
|
||||||
|
|
||||||
#gin服务器的端口
|
#gin服务器的端口
|
||||||
[server]
|
[server]
|
||||||
port = 8002
|
port = 8004
|
||||||
|
|
||||||
# 本项目名称,用于记录日志
|
# 本项目名称,用于记录日志
|
||||||
[project]
|
[project]
|
||||||
project_name = dsBaseWeb
|
project_name = dsBigData
|
||||||
|
|
||||||
[kafka]
|
|
||||||
brokers = 10.10.14.238:9092,
|
|
||||||
partition = 20
|
|
||||||
replication = 1
|
|
||||||
KafkaAccessLogTopic = log_baseweb
|
|
||||||
|
|
||||||
[sso]
|
|
||||||
ssoServerNw = http://10.10.14.187
|
|
||||||
#ssoServerNw = http://10.10.24.116:8000
|
|
||||||
ssoServerWw = http://fort.edusoa.com:7777
|
|
||||||
authCodeURI = /oauth2/authorize
|
|
||||||
authTokenURI = /oauth2/access_token
|
|
||||||
authLogoutURI = /oauth2/logout
|
|
||||||
clientIdNw = br888ra563ugbm2ov77g
|
|
||||||
clientSecretNw = 01e9f8ak57e3j03vrjq34zg6ws
|
|
||||||
#clientIdNw = bu3pcf7cl45ug8dup8og
|
|
||||||
#clientSecretNw = 01emmt5qdyszh9ndbpbg4zk4tn
|
|
||||||
clientIdWw = bpomac2563uj213q1g2g
|
|
||||||
clientSecretWw = 01e3nf6hnr2eysdxhc2n80w9ca
|
|
||||||
responseType = code
|
|
||||||
grantType = authorization_code
|
|
||||||
redirectURINw = http://10.10.14.187/base/sso/CheckSsoCode
|
|
||||||
#redirectURINw = http://127.0.0.1:8002/base/sso/CheckSsoCode
|
|
||||||
redirectURIWw = http://fort.edusoa.com:7777/base/sso/CheckSsoCode
|
|
||||||
accessTokenKey = ds_access_token
|
|
||||||
|
|
||||||
[deleteXlsx]
|
|
||||||
#删除7天前无用的模板文件
|
|
||||||
diffTime = 7
|
|
||||||
|
|
||||||
|
|
||||||
# 内部IP段起始
|
[elasticsearch]
|
||||||
[IP]
|
url = http://10.10.14.212:9200
|
||||||
intranetIP=192,172,10,127
|
|
Loading…
Reference in new issue