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] #发布功能的配置
|
||||
ip = 10.10.14.187
|
||||
ip = 10.10.14.211
|
||||
port = 22
|
||||
user = root
|
||||
pwd = dsideal
|
||||
remotePath = /usr/local/dsMin/dsBaseWeb/
|
||||
localPath = E:/Work/dsMin/dsBaseWeb
|
||||
|
||||
|
||||
[mysql]
|
||||
ip = server.dsmin.com
|
||||
port = 22066
|
||||
db_name = base_db_dev
|
||||
remotePath = /usr/local/dsMin/dsBigData/
|
||||
localPath = E:/Work/dsMin/dsBigData
|
||||
|
||||
[redis]
|
||||
ip = server.dsmin.com
|
||||
port = 18890
|
||||
ip = redis
|
||||
port = 6379
|
||||
db = 0
|
||||
expireTime = 86400
|
||||
|
||||
# 注册rpc server
|
||||
[rpcServer]
|
||||
ip = 127.0.0.1
|
||||
port = 8001
|
||||
|
||||
#gin服务器的端口
|
||||
[server]
|
||||
port = 8002
|
||||
port = 8004
|
||||
|
||||
# 本项目名称,用于记录日志
|
||||
[project]
|
||||
project_name = dsBaseWeb
|
||||
|
||||
[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
|
||||
|
||||
project_name = dsBigData
|
||||
|
||||
# 内部IP段起始
|
||||
[IP]
|
||||
intranetIP=192,172,10,127
|
||||
[elasticsearch]
|
||||
url = http://10.10.14.212:9200
|
Loading…
Reference in new issue