From 4351e71d782741143a98f86f6648acd16689165f Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 27 May 2022 19:48:02 +0800 Subject: [PATCH] Merge branch 'developer' into hive2.0 --- zq-erp/src/main/resources/config/application-taiyan.properties | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/resources/config/application-taiyan.properties b/zq-erp/src/main/resources/config/application-taiyan.properties new file mode 100644 index 0000000..c984f51 --- /dev/null +++ b/zq-erp/src/main/resources/config/application-taiyan.properties @@ -0,0 +1,69 @@ +#数据库链接 +spring.datasource.username=hive +spring.datasource.password=hive123!@# +spring.datasource.url=jdbc:mysql://124.70.222.34/hive_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 + + +#是否启用debug模式 +debug=false +# 日志文件保存地址 +log_path=/mnt/hive/log + +#nginx静态资源访问地址 +static_resource_url=https://filehive2.jyymatrix.cc/uploadeFile/ +#文件保存地址 +file_storage_path=/mnt/hive/static/uploadeFile/ + +#微信支付调试开关 +wx_pay_debug_onoff = false + +#快递鸟用户id +logistics.eBusinessID=1530881 +#快递鸟密钥 +logistics.appKey=f1cf9777-26fb-4e3f-a14d-896075e6384e +#快递鸟接口地址 +logistics.url=http://api.kdniao.com/Ebusiness/EbusinessOrderHandle.aspx +#快递鸟接口指令 +logistics.requestType=1002 + + +#发送短信配置 +crm.request_url = http://192.168.1.248 +sms.request_url = http://smssh1.253.com +sms.login_account = M7315130 +sms.login_password = J7FAoehPkv63e3 +sms.login_accountNe = N4617160 +sms.login_passwordNe = rb1cxLitRB83e0 + +qrcodeBackgroundImgPath=/mnt/xcshop/webresource/static/xcxresource/bj1.png +qrcodeFrontImgPath=/mnt/xcshop/webresource/static/xcxresource/qj2.png + + + +#是否启用异常上报 +is_open_exception_report=true +showExcptionUrl=http://erp.hive.jyymatrix.cc/ + + +#百度编辑器,覆盖默认配置 +ueditor.imageUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile +ueditor.imagePathFormat=/image/{yyyy}{mm}{dd}/{time}{rand:6} + +ueditor.scrawlPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.scrawlUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile + +ueditor.snapscreenPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.snapscreenUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile + +ueditor.catcherPathFormat=/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.catcherUrlPrefix=http://filehive2.jyymatrix.cc/uploadeFile + +ueditor.videoPathFormat=/ueditor/jsp/upload/video/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.videoUrlPrefix=http://127.0.0.1:1088/uploadeFile/ + +ueditor.filePathFormat=/ueditor/jsp/upload/file/{yyyy}{mm}{dd}/{time}{rand:6} +ueditor.fileUrlPrefix=http://127.0.0.1:1088/uploadeFile/ + +ueditor.imageManagerListPath=http://127.0.0.1:1088/uploadeFile/ +ueditor.fileManagerListPath=http://127.0.0.1:1088/uploadeFile/ + -- Gitblit v1.9.1