39 lines
972 B
YAML
39 lines
972 B
YAML
# 测试环境配置
|
|
server:
|
|
port: 9091
|
|
socketio:
|
|
port: 9191
|
|
host: localhost #IP地址
|
|
# 数据源配置
|
|
spring:
|
|
datasource:
|
|
url: jdbc:mysql://123.207.68.142:3318/jm-love-test?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
|
|
username: jm-love-test
|
|
password: jPNSsJZzeNfTSxhB
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
# 日志配置
|
|
logging:
|
|
file:
|
|
name: websoft-api.log
|
|
level:
|
|
root: WARN
|
|
com.gxwebsoft: ERROR
|
|
com.baomidou.mybatisplus: ERROR
|
|
|
|
# 框架配置
|
|
config:
|
|
# 生产环境接口
|
|
server-url: https://server.jimeigroup.cn/api
|
|
file-server: https://file.jimeigroup.cn
|
|
upload-path: /wsdata/wwwroot/file.ws/
|
|
|
|
# 阿里云OSS云存储
|
|
endpoint: https://oss-cn-shenzhen.aliyuncs.com
|
|
accessKeyId: LTAI5tFcrUsMQQGyjAtGFj7Z
|
|
accessKeySecret: rlm9mMxFLmsnVZAvlFi7mjqGfgrawH
|
|
bucketName: file-jimei
|
|
bucketDomain: https://oss.jimeigroup.cn
|
|
|