#选择文件存储引擎
#ttprosystem 使用ttpro
#ttsystem 使用tt
#filesystem 使用file(默认)
#flaresystem 使用flare
define('FILE_STORAGER','');
#如使用支持memcache协议的存储引擎,可选填下面这项,可参见cache。
define('STORAGE_MEMCACHED','10.0.0.2:11211,10.0.0.3:11211');
#图片服务器地址,多个以逗号隔开
define('HOST_MIRRORS','https://img.demo.cn,https://img1.demo.cn');