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.
57 lines
1.1 KiB
57 lines
1.1 KiB
[distribute] #发布功能的配置
|
|
ip = 10.10.14.187
|
|
port = 22
|
|
user = root
|
|
pwd = dsideal
|
|
remotePath = /usr/local/dsMin/dsSupport/
|
|
localPath = E:/Work/dsMin/dsSupport
|
|
|
|
[mysql]
|
|
;ip = 10.10.6.200
|
|
;port = 22066
|
|
;database = base_db_zhangjun
|
|
;user = root
|
|
;pwd = DsideaL147258369
|
|
ip = mariadb
|
|
port = 3306
|
|
database = base_db_dev
|
|
user = root
|
|
pwd = DsideaL147258369
|
|
|
|
[redis]
|
|
;ip = 127.0.0.1
|
|
;port = 6379
|
|
;db = 1
|
|
;expireTime = 86400
|
|
ip = redis
|
|
port = 6379
|
|
db = 1
|
|
expireTime = 86400
|
|
|
|
#gin服务器的端口
|
|
[server]
|
|
port = 8005
|
|
|
|
[elasticsearch]
|
|
;nodes = http://10.10.14.188:9200
|
|
##nodes = http://10.10.14.61:9200,http://10.10.14.62:9200,http://10.10.14.63:9200
|
|
##nodes = http://192.168.0.200:9200,http://192.168.0.200:9201,http://192.168.0.200:9202
|
|
nodes = http://elasticsearch:9200
|
|
;http://10.10.14.188:9200,
|
|
;nodes = http://192.168.0.200:9200,http://192.168.0.200:9201,http://192.168.0.200:9202
|
|
user = root
|
|
pwd = dsideal
|
|
|
|
# 本项目名称,用于记录日志
|
|
[project]
|
|
project_name = dsSupport
|
|
|
|
[rpcServer]
|
|
ip = 127.0.0.1
|
|
port = 8001
|
|
|
|
# 后台登陆账号密码
|
|
[account]
|
|
users = admin:dsideal,administrator:dsideal123@321,datams:data123
|
|
|