mirror of
https://gitee.com/sjqzhang/go-fastdfs.git
synced 2024-12-02 03:08:11 +08:00
Update fileserver.go
This commit is contained in:
parent
7a2cb8b9cf
commit
fc4a769276
@ -71,12 +71,18 @@ const (
|
||||
|
||||
cfgJson = `
|
||||
{
|
||||
"绑定端号":"端口",
|
||||
"addr": ":8080",
|
||||
"集群":"集群列表",
|
||||
"peers":["%s"],
|
||||
"组号":"组号",
|
||||
"group":"group1",
|
||||
"refresh_interval":120,
|
||||
"是否自动重命名":"真假",
|
||||
"rename_file":false,
|
||||
"是否支持WEB上专":"真假",
|
||||
"enable_web_upload":true,
|
||||
"是否显示目录":"真假",
|
||||
"show_dir":true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user