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.
37 lines
795 B
37 lines
795 B
[mysql] # mysql的配置项
|
|
ip = server.dsmin.com
|
|
port = 22066
|
|
database = base_db_dev
|
|
user = root
|
|
pwd = DsideaL147258369
|
|
|
|
[distribute] #发布功能的配置
|
|
ip = server.dsmin.com
|
|
port = 22
|
|
user = root
|
|
pwd = dsideal
|
|
remotePath = /usr/local/dsMin/dsBaseRpc/
|
|
localPath = D:\Work\dsMin\dsBaseRpc\build
|
|
|
|
[redis]
|
|
ip =server.dsmin.com
|
|
port = 18890
|
|
db = 0
|
|
expireTime = 86400
|
|
|
|
# 注册rpc server
|
|
[rpcServer]
|
|
port = 8001
|
|
|
|
# 本项目名称,用于记录日志
|
|
[project]
|
|
project_name = dsBaseRpc
|
|
|
|
# 数据汇集的地址
|
|
[dataExchange]
|
|
host = http://10.10.14.213:9009
|
|
exchangeUrl = /v1/dataex/DataexSet
|
|
SystemAuthUrl = /v1/dataex/SystemAuth
|
|
SystemId = BASE_GO
|
|
SystemKey = 96fa57b8-ac44-11ea-bd48-f48e38f73cf7
|