Commit 5716c9ce by 段启岩

添加测试环境配置文件

parent 920ee795
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/beyond_clouds?useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true
username: beyond
password: Beyond2020#
swagger:
enable: true
aliyun:
access-key-id: LTAIeHWeydaWT3ZZ
access-key-secret: 2FTWlODpzEZjsBQw10NO6SUBMwYOcL
oss:
bucket: beyondclouds
endpoint: http://oss-cn-beijing.aliyuncs.com
base-url: https://beyondclouds.oss-cn-beijing.aliyuncs.com
sms:
domain: dysmsapi.aliyuncs.com
version: 2017-05-25
action: SendSms
region-id: cn-hangzhou
sign-name: 段启岩
template-code-map: {verifyCode: SMS_142384912}
mybatis-plus:
mapper-locations: classpath*:cn/meteor/beyondclouds/modules/**/xml/*.xml
beyondclouds:
debug: true
auth:
qq:
client-id: 101846021
client-secret: 5bc41deeb7e152e2e6aff97726bbf86a
redirect-uri: http://meteor.natapp1.cc/auth/qq
\ No newline at end of file
......@@ -27,7 +27,7 @@ mybatis-plus:
mapper-locations: classpath*:cn/meteor/beyondclouds/modules/**/xml/*.xml
beyondclouds:
debug: true
debug: false
auth:
qq:
client-id: 101846021
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment