Helius
2022-03-09 3f70a0f289b8cdcff4e5a6b13aef9270d46b5022
fix alpha config
2 files modified
21 ■■■■ changed files
zq-erp/src/main/resources/config/application-alpha.properties 19 ●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/config/prd/system.properties 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/resources/config/application-alpha.properties
@@ -3,9 +3,9 @@
#线上测试环境
spring.datasource.username=ct_test
spring.datasource.password=123456
spring.datasource.url=jdbc:mysql://120.27.238.55:3306/hive_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
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
@@ -37,10 +37,11 @@
#rabbitMQ配置
rabbitmq.host=120.27.238.55
rabbitmq.host=47.111.134.136
rabbitmq.port=5672
rabbitmq.username=ct_rabbit
rabbitmq.password=123456
rabbitmq.username=hivequeue
rabbitmq.password=hivequeueadmin
useRabbit=true
server.session.timeout=120
@@ -61,7 +62,7 @@
#是否启用debug模式
debug=false
# 日志文件保存地址
log_path=/home/javaweb/hive/log
log_path=/mnt/hive/log
# 系统语言环境 zh中文,us英文
system_language=zh
@@ -72,9 +73,9 @@
default_password=123
#nginx静态资源访问地址
static_resource_url=http://120.27.238.55:8000/hive/static/uploadeFile/
static_resource_url=https://hive.file.csxuncong.com/uploadeFile/
#文件保存地址
file_storage_path=/home/javaweb/webresource/hive/static/uploadeFile/
file_storage_path=/mnt/hive/static/uploadeFile/
#文件上传大小字节为单位  10MB
maxUploadSize=10485760
zq-erp/src/main/resources/config/prd/system.properties
@@ -95,7 +95,7 @@
platform_verity_url = http://stg1-xcerp-ca.xc.jyymatrix.cc/platform/getUserInfo
#微信支付回调地址
pay_notify_url = https://xcxhive2.jyymatrix.cc/wxCommon/wxpayCallback
pay_notify_url=https://xcxhive2.jyymatrix.cc/wxCommon/wxpayCallback
qrcodeBackgroundImgPath=/mnt/xcshop/webresource/static/xcxresource/bj1.png