jyy
2021-07-11 f612f136d6e5e1fd0303c37a7a001e87056d1c72
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#调试模式
debug: true
#环境标识
evn: dev
 
#数据库
spring:
  datasource:
    url: jdbc:mysql://120.27.238.55:3306/hive_test_meidu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
    username: ct_test
    password: 123456
 
#文件上传配置
static_resource_url: http://localhost:1088/
file_storage_path: D:\test\
 
#sagger文档
swagger:
  enable: true
 
#mq 队列开关
useRabbit: false
 
#微信支付调试开关
wx_pay_debug_onoff: false
 
#阿里云短信配置
ali:
  sms:
    accessKeyId: LTAI4FrjY9R9iDfC6YQTHfne
    accessKeySecret: eSvQslpHpDSGlI9Hxm4y5MynNgLbCp
    regionId: cn-hangzhou
    signName: 肽妍
 
#异常快捷链接
showExcptionUrl: http://test.hive.jyymatrix.cc/showException
 
#日志文件地址
log_path: D:/zqerp/log