test.conf 1.5 KB
[test]
#数据库相关
mysql_user = "${MYSQL_USER||root}"
mysql_password = "${MYSQL_PASSWORD||sutianxia2018}"
mysql_host = "${MYSQL_HOST||101.37.68.23}"
mysql_port = "${MYSQL_PORT||3306}"
mysql_db_name = "${MYSQL_DB_NAME||opportunity_test}"

#日志
log_level = "${LOG_LEVEL||debug}"
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://ability.fjmaimaimai.com:8080/
source_host ="https://mmm-opp-test.fjmaimaimai.com/"
source_virtual_path=file/opp
source_path ="${aliyun_file_access||/var/www/opp/file}"

#网易云信 IM
net_im_base_url ="https://api.netease.im/nimserver"
net_im_app_secret ="a8d231f5c13a"
net_im_app_key ="9c5410602597a7fe367aeeebd8210262"

#统一用户中心 39aefef9e22744a3b2d2d3791824ae7b
user_center_url ="http://suplus-ucenter-test.fjmaimaimai.com"
user_center_salt ="rsF0pL!6DwjBO735"
user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b"
user_center_app_secret ="cykbjnfqgctn"

#Html5
h5_host = "http://mmm-web-open-test.fjmaimaimai.com"

#审核中心
suplus_approve_host ="http://suplus-approve-test.fjmaimaimai.com"

#阿里云
cname ="https://media.fjmaimaimai.com/"

#企业平台
BUSINESS_ADMIN_SERVICE_HOST ="${BUSINESS_ADMIN_SERVICE_HOST||http://suplus-business-admin-test.fjmaimaimai.com}"