You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.4 KiB
68 lines
1.4 KiB
[distribute] #发布功能的配置
|
|
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
|
|
|
|
[redis]
|
|
ip = server.dsmin.com
|
|
port = 18890
|
|
db = 0
|
|
expireTime = 86400
|
|
|
|
# 注册rpc server
|
|
[rpcServer]
|
|
ip = 127.0.0.1
|
|
port = 8001
|
|
|
|
#gin服务器的端口
|
|
[server]
|
|
port = 8002
|
|
|
|
# 本项目名称,用于记录日志
|
|
[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.100:8000
|
|
ssoServerWw = http://fort.edusoa.com:7777
|
|
authCodeURI = /oauth2/authorize
|
|
authTokenURI = /oauth2/access_token
|
|
authLogoutURI = /oauth2/logout
|
|
clientIdNw = br888ra563ugbm2ov77g
|
|
clientSecretNw = 01e9f8ak57e3j03vrjq34zg6ws
|
|
#clientIdNw = bpomac2563uj213q1g2g
|
|
#clientSecretNw = 01e3nf6hnr2eysdxhc2n80w9ca
|
|
clientIdWw = bpomac2563uj213q1g2g
|
|
clientSecretWw = 01e3nf6hnr2eysdxhc2n80w9ca
|
|
responseType = code
|
|
grantType = authorization_code
|
|
redirectURINw = http://10.10.14.187/base/sso/CheckSsoCode
|
|
#redirectURINw = http://10.10.24.116:8002/base/sso/CheckSsoCode
|
|
redirectURIWw = http://fort.edusoa.com:7777/base/sso/CheckSsoCode
|
|
accessTokenKey = ds_access_token
|
|
|
|
[deleteXlsx]
|
|
#删除7天前无用的模板文件
|
|
diffTime = 7
|
|
|
|
|
|
# 内部IP段起始
|
|
[IP]
|
|
intranetIP=192,172,10
|