作者 yangfu

配置修改

appname = opportunity
httpport = 8080
runmode = "${RUN_MODE||dev}"
runmode = "${RUN_MODE||local}"
#没设置的话 this.Ctx.Input.RequestBody 没有值
copyrequestbody = true
... ...
... ... @@ -38,3 +38,6 @@ user_center_app_secret ="cykbjnfqgctn"
#Html5
h5_host = "https://web-open.fjmaimaimai.com"
#审核中心
suplus_host ="http://suplus-approve-test.fjmaimaimai.com"
... ...
... ... @@ -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://127.0.0.1:8080/"
source_virtual_path=file/opp
source_path ="${aliyun_file_access||F:/file}
... ... @@ -34,4 +34,11 @@ net_im_app_key ="9c5410602597a7fe367aeeebd8210262"
user_center_url ="http://suplus-ucenter-dev.fjmaimaimai.com"
user_center_salt ="rsF0pL!6DwjBO735"
user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b"
user_center_app_secret ="cykbjnfqgctn"
\ No newline at end of file
user_center_app_secret ="cykbjnfqgctn"
#Html5
h5_host = "https://web-open.fjmaimaimai.com"
#审核中心
suplus_host ="http://suplus-approve-test.fjmaimaimai.com"
\ No newline at end of file
... ...