作者 yangfu

配置修改

... ... @@ -10,7 +10,9 @@ copyrequestbody = true
#开启应用内文档开关
EnableDocs = true
include "dev.conf"
include "prod.conf"
include "local.conf"
include "dev-online.conf"
include "test.conf"
include "local.conf"
\ No newline at end of file
include "prod.conf"
... ...
[dev]
[dev-online]
#数据库相关
mysql_user = "${MYSQL_USER||root}"
mysql_password = "${MYSQL_PASSWORD||sutianxia2015}"
... ... @@ -12,18 +12,18 @@ aliyun_logs_access ="${aliyun_logs_access||app.log}"
#redis相关配置
redis_add = "${REDIS_HOST||192.168.100.102}"
redis_add = "${REDIS_HOST||127.0.0.1}"
redis_add_port = "${REDIS_PORT||6379}"
redis_auth = "123456"
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 ="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}
source_path ="${aliyun_file_access||/var/www/opp/file}
#网易云信 IM
net_im_base_url ="https://api.netease.im/nimserver"
... ... @@ -40,4 +40,4 @@ user_center_app_secret ="cykbjnfqgctn"
h5_host = "https://web-open.fjmaimaimai.com"
#审核中心
suplus_host ="http://suplus-approve-test.fjmaimaimai.com"
suplus_host ="http://suplus-approve-dev.fjmaimaimai.com"
\ No newline at end of file
... ...
... ... @@ -41,5 +41,5 @@ user_center_app_secret ="cykbjnfqgctn"
h5_host = "https://web-open.fjmaimaimai.com"
#审核中心
suplus_approve_host ="http://suplus-approve-test.fjmaimaimai.com"
suplus_approve_host ="http://suplus-approve-dev.fjmaimaimai.com"
... ...
... ... @@ -87,7 +87,7 @@ spec:
- name: MYSQL_DB_NAME
value: "opportunity_dev"
- name: RUN_MODE
value: "test"
value: "dev-online"
- name: LOG_LEVEL
value: "debug"
- name: aliyun_logs_suplusfile
... ...