20 lines
528 B
Properties
20 lines
528 B
Properties
## 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.6.249:22122
|
|
#fastDfsHttpAddr= 10.0.6.249
|
|
#元辰鑫外网
|
|
fastdfs.tracker_servers=192.168.10.205:22122
|
|
fastDfsHttpAddr=192.168.10.205
|
|
#亦庄演示环境
|
|
#fastdfs.tracker_servers = 10.3.34.1:22122
|
|
#fastDfsHttpAddr = 10.3.34.1 |