ebts-demo/ebts/ebts-admin/src/main/resources/application-dev.yml

56 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ebts:
# 文件路径 示例( Windows配置D:/ebts/uploadPathLinux配置(宝塔) /www/wwwroot/ebts/uploadPath
profile: C:/ebts/uploadPath
# 日志配置
logging:
level:
com.ebts: debug
org.springframework: debug
# 数据源配置
spring:
datasource:
druid:
# 主库数据源
master:
url: jdbc:mysql://162.14.111.170:3306/ebtsup?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: ebtsup
password: CZzZHHn4feSJ2a8k
# 从库数据源
slave:
# 从数据源开关/默认关闭
enabled: false
url:
username:
password:
redis:
# 地址
host: 162.14.111.170
# 端口默认为6379
port: 6379
# 密码
password: 926425
database: 5
ftp:
# ftp服务器ip地址
ftpAddress: 13.75.92.40
# 端口号
ftpPort: 21
# 用户名
ftpUsername: genfile
# 密码
ftpPassword: xanTPWM7jC4XpcWx
# 字符集编码
encoding: UTF-8
# 资源域名末尾以/结尾
resources: https://download.odliken.top
#后端部署域名
apiurl: https://apig.odliken.top
# 公开目录
pubfiles: pubfiles
# 保护目录
prifiles: prifiles