作者 yangfu

配置修改

  1 +[preonline]
  2 +#数据库相关
  3 +mysql_user = "${MYSQL_USER||root}"
  4 +mysql_password = "${MYSQL_PASSWORD||sutianxia2015}"
  5 +mysql_host = "${MYSQL_HOST||115.29.205.99}"
  6 +mysql_port = "${MYSQL_PORT||3306}"
  7 +mysql_db_name = "${MYSQL_DB_NAME||opportunity}"
  8 +
  9 +#日志
  10 +log_level = "${LOG_LEVEL||error}"
  11 +aliyun_logs_access ="${aliyun_logs_access||app.log}"
  12 +
  13 +
  14 +#redis相关配置
  15 +redis_add = "${REDIS_HOST||127.0.0.1}"
  16 +redis_add_port = "${REDIS_PORT||6379}"
  17 +redis_auth = ""
  18 +
  19 +#sms相关配置
  20 +yunpian_sms_sdk_url ="https://sms.yunpian.com/v2/sms/single_send.json"
  21 +yunpian_app_key ="0bf6fb10a11a68a95dee80901eb545b5"
  22 +
  23 +#存储 http:https://public-interface.fjmaimaimai.com/opportunity/ http://mmm-opp-prd.fjmaimaimai.com/
  24 +source_host ="https://mmm-opp-preonlie.fjmaimaimai.com/"
  25 +source_virtual_path=file/opp
  26 +source_path ="${aliyun_file_access||/var/www/opp/file/opportunity}"
  27 +
  28 +#网易云信 IM
  29 +net_im_base_url ="https://api.netease.im/nimserver"
  30 +net_im_app_secret ="a8d231f5c13a"
  31 +net_im_app_key ="9c5410602597a7fe367aeeebd8210262"
  32 +
  33 +#统一用户中心 39aefef9e22744a3b2d2d3791824ae7b
  34 +user_center_url ="https://suplus-ucenter-preonline.fjmaimaimai.com/"
  35 +user_center_salt ="rsF0pL!6DwjBO735"
  36 +user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b"
  37 +user_center_app_secret ="cykbjnfqgctn"
  38 +
  39 +#Html5
  40 +h5_host = "https://mmm-web-open-preonline.fjmaimaimai.com/"
  41 +
  42 +#审核中心
  43 +suplus_approve_host ="https://suplus-approve-preonline.fjmaimaimai.com/"
@@ -88,7 +88,7 @@ spec: @@ -88,7 +88,7 @@ spec:
88 - name: MYSQL_DB_NAME 88 - name: MYSQL_DB_NAME
89 value: "opportunity_preonline" 89 value: "opportunity_preonline"
90 - name: RUN_MODE 90 - name: RUN_MODE
91 - value: "prod" 91 + value: "preonline"
92 - name: LOG_LEVEL 92 - name: LOG_LEVEL
93 value: "debug" 93 value: "debug"
94 - name: aliyun_logs_suplusfile 94 - name: aliyun_logs_suplusfile