Tweak ftp/p5-Net-FTP-Recursive version 2.04_2
[dports.git] / ftp / php-fastdfs / pkg-message
1 [
2 { type: install
3   message: <<EOM
4 Before you can start using this module;
5 - Make sure you have configured client.conf to point to your FastDFS cluster
6   and that you see the cluster with fdfs_monitor
7 - Add this to your php.ini file
8
9 fastdfs_client.base_path = /var/tmp
10 fastdfs_client.connect_timeout = 2
11 fastdfs_client.network_timeout = 60
12 fastdfs_client.log_level = info
13 fastdfs_client.log_filename =
14 fastdfs_client.http.anti_steal_secret_key =
15 fastdfs_client.tracker_group_count = 1
16 fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
17 fastdfs_client.use_connection_pool = false
18 fastdfs_client.connection_pool_max_idle_time = 3600
19 EOM
20 }
21 ]