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.
28 lines
528 B
28 lines
528 B
[mysql] # mysql的配置项
|
|
ip = 10.10.14.91
|
|
port = 4000
|
|
database = base_db
|
|
user = root
|
|
pwd =
|
|
|
|
[distribute] #发布功能的配置
|
|
ip = 10.10.14.222
|
|
port = 26611
|
|
user = root
|
|
pwd = dsideal
|
|
remotePath = /usr/local/dsMin/dsTools/
|
|
localPath = E:\Work\dsTools\build
|
|
|
|
|
|
[redis]
|
|
ip = 10.10.14.220
|
|
port = 18890
|
|
db = 0
|
|
|
|
|
|
[install_area]
|
|
code = changchunshi
|
|
|
|
[es]
|
|
host = http://10.10.14.222:9200
|