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.
24 lines
396 B
24 lines
396 B
[distribute] #发布功能的配置
|
|
ip = 10.10.14.211
|
|
port = 22
|
|
user = root
|
|
pwd = dsideal
|
|
remotePath = /usr/local/dsMin/dsBigData/
|
|
localPath = E:/Work/dsMin/dsBigData
|
|
|
|
[redis]
|
|
ip = redis
|
|
port = 6379
|
|
db = 0
|
|
expireTime = 86400
|
|
|
|
#gin服务器的端口
|
|
[server]
|
|
port = 8004
|
|
|
|
# 本项目名称,用于记录日志
|
|
[project]
|
|
project_name = dsBigData
|
|
|
|
[elasticsearch]
|
|
url = http://elasticsearch:9200 |