修改配置
parent
362639d5d9
commit
81236eb987
|
|
@ -18,8 +18,9 @@
|
||||||
},
|
},
|
||||||
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
||||||
"RedisConf": {
|
"RedisConf": {
|
||||||
"Conn": "123.132.248.154:9253,password=HopetryRedis1406",
|
//"Conn": "123.132.248.154:9253,password=HopetryRedis1406",
|
||||||
"Database": 1
|
"Conn": "127.0.0.1:6379,password=123456",
|
||||||
|
"Database": 7
|
||||||
}, //redis配置
|
}, //redis配置
|
||||||
"HttpHost": "http://*:10010 ", //启动绑定地址及端口
|
"HttpHost": "http://*:10010 ", //启动绑定地址及端口
|
||||||
"SYSTEM_USERPWD": "123456"
|
"SYSTEM_USERPWD": "123456"
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
"UploadPath": "",
|
"UploadPath": "",
|
||||||
//附件上传的路径,如果为空则保存在站点根目录
|
//附件上传的路径,如果为空则保存在站点根目录
|
||||||
"RedisConf": {
|
"RedisConf": {
|
||||||
"Conn": "192.168.10.163:6379,password=123456",
|
//"Conn": "192.168.10.163:6379,password=123456",
|
||||||
//"Conn": "127.0.0.1:6379,password=123456",
|
"Conn": "127.0.0.1:6379,password=123456",
|
||||||
"Database": 7
|
"Database": 7
|
||||||
},
|
},
|
||||||
//redis配置
|
//redis配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue