增加properties配置支持并添加README.md使用说明
This commit is contained in:
13
src/main/resources/fastdfs-client.properties.sample
Normal file
13
src/main/resources/fastdfs-client.properties.sample
Normal file
@@ -0,0 +1,13 @@
|
||||
## fastdfs-client.properties
|
||||
|
||||
fastdfs.connect_timeout_in_seconds = 5
|
||||
fastdfs.network_timeout_in_seconds = 30
|
||||
|
||||
fastdfs.charset = UTF-8
|
||||
|
||||
fastdfs.http_anti_steal_token = false
|
||||
fastdfs.http_secret_key = FastDFS1234567890
|
||||
fastdfs.http_tracker_http_port = 80
|
||||
|
||||
fastdfs.tracker_servers = 10.0.11.201:22122,10.0.11.202:22122,10.0.11.203:22122
|
||||
|
Reference in New Issue
Block a user