|
|
[preonline]
|
|
|
#数据库相关
|
|
|
mysql_user = "${MYSQL_USER||root}"
|
|
|
mysql_password = "${MYSQL_PASSWORD||sutianxia2015}"
|
|
|
mysql_host = "${MYSQL_HOST||115.29.205.99}"
|
|
|
mysql_port = "${MYSQL_PORT||3306}"
|
|
|
mysql_db_name = "${MYSQL_DB_NAME||opportunity}"
|
|
|
|
|
|
#日志
|
|
|
log_level = "${LOG_LEVEL||error}"
|
|
|
aliyun_logs_access ="${aliyun_logs_access||app.log}"
|
|
|
|
|
|
|
|
|
#redis相关配置
|
|
|
redis_add = "${REDIS_HOST||127.0.0.1}"
|
|
|
redis_add_port = "${REDIS_PORT||6379}"
|
|
|
redis_auth = ""
|
|
|
|
|
|
#sms相关配置
|
|
|
yunpian_sms_sdk_url ="https://sms.yunpian.com/v2/sms/single_send.json"
|
|
|
yunpian_app_key ="0bf6fb10a11a68a95dee80901eb545b5"
|
|
|
|
|
|
#存储 http:https://public-interface.fjmaimaimai.com/opportunity/ http://mmm-opp-prd.fjmaimaimai.com/
|
|
|
source_host ="https://mmm-opp-preonlie.fjmaimaimai.com/"
|
|
|
source_virtual_path=file/opp
|
|
|
source_path ="${aliyun_file_access||/var/www/opp/file/opportunity}"
|
|
|
|
|
|
#网易云信 IM
|
|
|
net_im_base_url ="https://api.netease.im/nimserver"
|
|
|
net_im_app_secret ="a8d231f5c13a"
|
|
|
net_im_app_key ="9c5410602597a7fe367aeeebd8210262"
|
|
|
|
|
|
#统一用户中心 39aefef9e22744a3b2d2d3791824ae7b
|
|
|
user_center_url ="https://suplus-ucenter-preonline.fjmaimaimai.com/"
|
|
|
user_center_salt ="rsF0pL!6DwjBO735"
|
|
|
user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b"
|
|
|
user_center_app_secret ="cykbjnfqgctn"
|
|
|
|
|
|
#Html5
|
|
|
h5_host = "https://mmm-web-open-preonline.fjmaimaimai.com/"
|
|
|
|
|
|
#审核中心
|
|
|
suplus_approve_host ="https://suplus-approve-preonline.fjmaimaimai.com/" |
|
|
\ No newline at end of file |
...
|
...
|
|