...
|
...
|
@@ -12,8 +12,8 @@ aliyun_logs_access ="${aliyun_logs_access||app.log}" |
|
|
|
|
|
|
|
|
#redis相关配置
|
|
|
redis_add = "${REDIS_HOST||192.168.100.102}"
|
|
|
redis_add_port = "${REDIS_PORT||6379}"
|
|
|
redis_add = "${REDIS_HOST||192.168.0.247}"
|
|
|
redis_add_port = "${REDIS_PORT||30379}"
|
|
|
redis_auth = ""
|
|
|
|
|
|
#sms相关配置
|
...
|
...
|
@@ -21,7 +21,7 @@ yunpian_sms_sdk_url ="https://sms.yunpian.com/v2/sms/single_send.json" |
|
|
yunpian_app_key ="0bf6fb10a11a68a95dee80901eb545b5"
|
|
|
|
|
|
#存储 http://ability.fjmaimaimai.com:8080/
|
|
|
source_host ="http://192.168.139.137:8080/"
|
|
|
source_host ="http://mmm-opp-dev.fjmaimaimai.com/"
|
|
|
source_virtual_path=file/opp
|
|
|
source_path ="${aliyun_file_access||~/www/opp}
|
|
|
|
...
|
...
|
|